changes
This commit is contained in:
@@ -438,7 +438,7 @@ const props = defineProps({
|
||||
filterData: Object,
|
||||
width: String,
|
||||
});
|
||||
const { $copy, $stripHtml, $arrayMove, $snackbar, $copyToClipboard } = useNuxtApp();
|
||||
const { $copy, $stripHtml, $arrayMove, $snackbar } = useNuxtApp();
|
||||
const emit = defineEmits(["modalevent", "changepos", "close"]);
|
||||
const store = useStore();
|
||||
const { colorchoice } = store;
|
||||
|
||||
@@ -455,7 +455,7 @@
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
const store = useStore();
|
||||
const { $id, $copy, $empty, $stripHtml, $calc, $remove, $copyToClipboard } = useNuxtApp();
|
||||
const { $id, $copy, $empty, $calc, $remove, $copyToClipboard } = useNuxtApp();
|
||||
var props = defineProps({
|
||||
pagename: String,
|
||||
field: Object,
|
||||
|
||||
@@ -149,7 +149,6 @@ const {
|
||||
$parseNum,
|
||||
$multiSort,
|
||||
$remove,
|
||||
$stripHtml,
|
||||
$unique,
|
||||
} = useNuxtApp();
|
||||
const store = useStore();
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
import CreateTemplate from "~/components/datatable/CreateTemplate";
|
||||
import FilterOption from "~/components/datatable/FilterOption.vue";
|
||||
import TableOption from "~/components/datatable/TableOption.vue";
|
||||
const { $id, $copy, $empty, $stripHtml } = useNuxtApp();
|
||||
const { $id, $copy, $empty } = useNuxtApp();
|
||||
const props = defineProps({
|
||||
event: Object,
|
||||
currentField: Object,
|
||||
|
||||
@@ -119,7 +119,7 @@ const props = defineProps({
|
||||
data: Object,
|
||||
focus: Boolean,
|
||||
});
|
||||
const { $empty, $copy, $copyToClipboard, $stripHtml, $patchapi, $insertapi, $findIndex, $snackbar } = useNuxtApp();
|
||||
const { $empty, $copy, $patchapi, $insertapi, $findIndex, $snackbar } = useNuxtApp();
|
||||
const radioOption = ref();
|
||||
const login = { id: 1 };
|
||||
const errors = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user