Appearance
响应式的 Storage API (异步)。
import { useStorageAsync } from '@base-web-kits/base-tools-vue'; const state = useStorageAsync('vue-use-storage-async', { name: 'Banana', color: 'Yellow', });
VueUse