changes
This commit is contained in:
@@ -5,7 +5,7 @@ import { isEqual, omitBy } from "es-toolkit";
|
||||
|
||||
const emit = defineEmits(["created"]);
|
||||
|
||||
const { $buildFileUrl, $copy, $empty, $getdata, $insertapi, $patchapi } = useNuxtApp();
|
||||
const { $buildFileUrl, $copy, $empty, $insertapi } = useNuxtApp();
|
||||
const isPending = ref(false);
|
||||
const defaultBody = ref({
|
||||
product: null,
|
||||
|
||||
Reference in New Issue
Block a user