initHeader
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
import { createPinia } from 'pinia'
|
||||
const pinia = createPinia()
|
||||
export default pinia
|
||||
import { createPinia } from "pinia";
|
||||
import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
|
||||
|
||||
// pinia persist
|
||||
const pinia = createPinia();
|
||||
pinia.use(piniaPluginPersistedstate);
|
||||
|
||||
export default pinia;
|
||||
|
||||
Reference in New Issue
Block a user