Closed Rain-Hsiang closed 1 year ago
import { createPersistedState } from 'pinia-plugin-persistedstate';
import { localStorage } from 'mp-storage';
const pinia = createPinia();
pinia.use(
createPersistedState({
storage: localStorage,
}),
);
I don't really understand what the problem is here ? Do we have a solution ? (or multiple?)
closing as stale.
Clear and concise description of the problem
uniapp里可以么 how to use in uniapp
Suggested solution
但是,pinia-plugin-unistorage的start太少了 pinia-plugin-unistorage
Alternative
pinia-plugin-unistorage
Additional context
No response
Validations