feat: remove vueuse

This commit is contained in:
xingyu
2023-01-18 13:48:25 +08:00
parent 8e03c57bf4
commit fcd19e1371
12 changed files with 11 additions and 207 deletions

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import { propTypes } from '@/utils/propTypes'
import { PropType } from 'vue'
const props = defineProps({
modelValue: propTypes.bool.def(false),