mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
AddPersons, move/rename files
This commit is contained in:
parent
3c6d3f30d2
commit
38f5854c6d
@ -80,7 +80,7 @@
|
||||
|
||||
<script>
|
||||
import Modal from 'ChillMainAssets/vuejs/_components/Modal';
|
||||
import PersonSuggestion from 'ChillPersonAssets/vuejs/_components/PersonSuggestion';
|
||||
import PersonSuggestion from './AddPersons/PersonSuggestion';
|
||||
import { searchPersons, searchPersons_2 } from 'ChillPersonAssets/vuejs/_api/AddPersons';
|
||||
|
||||
export default {
|
||||
|
@ -21,8 +21,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import SuggestionPerson from './PersonSuggestion/Person';
|
||||
import SuggestionThirdParty from './PersonSuggestion/ThirdParty';
|
||||
import SuggestionPerson from './TypePerson';
|
||||
import SuggestionThirdParty from './TypeThirdParty';
|
||||
|
||||
export default {
|
||||
name: 'PersonSuggestion',
|
Loading…
x
Reference in New Issue
Block a user