Appearance
响应式的设备像素比。
import { useDevicePixelRatio } from '@base-web-kits/base-tools-vue'; const { pixelRatio } = useDevicePixelRatio();
VueUse