@tekkare/auriga 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -279,9 +279,6 @@ export default defineComponent({
|
|
|
279
279
|
(item) => !del_table.value.includes(item)
|
|
280
280
|
)
|
|
281
281
|
);
|
|
282
|
-
if (!props.need_apply) {
|
|
283
|
-
apply_function();
|
|
284
|
-
}
|
|
285
282
|
}
|
|
286
283
|
);
|
|
287
284
|
watch(
|
|
@@ -300,9 +297,6 @@ export default defineComponent({
|
|
|
300
297
|
(item) => !del_table.value.includes(item)
|
|
301
298
|
)
|
|
302
299
|
);
|
|
303
|
-
if (!props.need_apply) {
|
|
304
|
-
apply_function();
|
|
305
|
-
}
|
|
306
300
|
}
|
|
307
301
|
);
|
|
308
302
|
const getAllSelect = computed(() => {
|