changes
This commit is contained in:
@@ -167,7 +167,7 @@ const props = defineProps({
|
||||
searchfield: Array,
|
||||
});
|
||||
|
||||
const { $copy, $dialog, $empty, $find, $findapi, $findIndex, $getdata, $id, $nonAccent, $store } = useNuxtApp();
|
||||
const { $copy, $dialog, $empty, $find, $findapi, $findIndex, $getdata, $nonAccent, $store } = useNuxtApp();
|
||||
const emit = defineEmits(["option", "modalevent"]);
|
||||
const suggestions = ref([]);
|
||||
const isLoading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user