fix: 删除无用代码

This commit is contained in:
ganpeng
2022-06-01 13:49:38 +08:00
parent a21cc8aec8
commit 363ed7ae9e
4 changed files with 1 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
import { ref, onUnmounted, unref, getCurrentInstance, watch, nextTick } from 'vue';
import { ref, unref, getCurrentInstance, watch } from 'vue';
import { isProdMode } from '@/utils/env';
import { ModalMethods, UseModalReturnType } from '../type';
import { getDynamicProps } from '@/utils';