changes
This commit is contained in:
@@ -3,7 +3,7 @@ const props = defineProps({
|
||||
variant: Object,
|
||||
});
|
||||
|
||||
const { $empty, $insertapi } = useNuxtApp();
|
||||
const { $insertapi } = useNuxtApp();
|
||||
const emit = defineEmits(["created"]);
|
||||
const isLoading = ref(false);
|
||||
const body = ref({
|
||||
|
||||
Reference in New Issue
Block a user