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 { reactive, computed, watch, onMounted, unref, toRef, PropType, defineEmits } from 'vue'
import { reactive, computed, watch, onMounted, unref, toRef, PropType } from 'vue'
import { isNumber } from '@/utils/is'
import { propTypes } from '@/utils/propTypes'
import { useDesign } from '@/hooks/web/useDesign'