UNPKG

hy-app

Version:

修复上传提示功能

10 lines (6 loc) 229 B
import { createPinia } from "pinia"; import { createUnistorage } from "pinia-plugin-unistorage"; // 数据持久化 const store = createPinia(); store.use(createUnistorage()); export default store; export * from "./userInfo";