perf: 移除 dialog 全局引入(全局引入XModel)

This commit is contained in:
xingyu4j
2022-12-07 10:51:49 +08:00
parent f3142485d0
commit 5a3c9f5419
2 changed files with 1 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
</template>
<script setup lang="ts">
import { ref, watch } from 'vue'
import { Dialog } from '@/components/Dialog'
import { useMessage } from '@/hooks/web/useMessage'
import { propTypes } from '@/utils/propTypes'
import { getAccessToken, getTenantId } from '@/utils/auth'