UNPKG

hy-app

Version:

拦截器get和post加类型判断

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";