mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
chore: rm unused watchEffect
This commit is contained in:
@@ -11,16 +11,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { type Recordable } from '@vben/types';
|
||||
import {
|
||||
type PropType,
|
||||
computed,
|
||||
defineComponent,
|
||||
watchEffect,
|
||||
watch,
|
||||
ref,
|
||||
onMounted,
|
||||
unref,
|
||||
} from 'vue';
|
||||
import { type PropType, computed, defineComponent, watch, ref, onMounted, unref } from 'vue';
|
||||
import { TreeSelect } from 'ant-design-vue';
|
||||
import { isArray, isFunction } from '/@/utils/is';
|
||||
import { get } from 'lodash-es';
|
||||
|
Reference in New Issue
Block a user