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 { isClient, useEventListener, useWindowSize } from '@vueuse/core'
import type { CSSProperties } from 'vue'
const props = defineProps({
// 距离顶部或者底部的距离(单位px)