Newer
Older
intelligentRobot / src / store / index.ts
wangxitong on 3 Sep 124 bytes first commit
import persistPlugin from 'pinia-plugin-persist'
const pinia = createPinia()
pinia.use(persistPlugin)

export default pinia