chore: update deps

This commit is contained in:
xingyu
2022-10-20 12:05:51 +08:00
parent aa3aa56140
commit 2b9d96c1b8
14 changed files with 19 additions and 20 deletions

View File

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, unref, computed, watch, defineEmits } from 'vue'
import { ref, unref, computed, watch } from 'vue'
import { ElInput } from 'element-plus'
import { propTypes } from '@/utils/propTypes'
import { useConfigGlobal } from '@/hooks/web/useConfigGlobal'