Appearance
检查 API 是否支持。
import { useSupported } from '@base-web-kits/base-tools-vue'; const isSupported = useSupported(() => 'navigator' in window && 'bluetooth' in navigator);
VueUse