变更
This commit is contained in:
@@ -79,7 +79,9 @@ const _sfc_main = defineComponent({
|
||||
onMounted(() => {
|
||||
});
|
||||
onBeforeUnmount(() => {
|
||||
parents.steps.value = parents.steps.value.filter((instance) => instance.itemId !== currentInstance.uid);
|
||||
parents.steps.value = parents.steps.value.filter(
|
||||
(instance) => instance.itemId !== currentInstance.uid
|
||||
);
|
||||
});
|
||||
return (_ctx, _cache) => {
|
||||
return !unref(simple) ? (openBlock(), createElementBlock("div", {
|
||||
|
||||
Reference in New Issue
Block a user