Appearance
响应式的元素尺寸。
import { useElementSize } from '@base-web-kits/base-tools-vue'; import { ref } from 'vue'; const el = ref(null); const { width, height } = useElementSize(el);
VueUse