版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 hace 1 año
..
dist v2.0.7 报表数据修改 hace 1 año
README.md v2.0.7 报表数据修改 hace 1 año
package.json v2.0.7 报表数据修改 hace 1 año

README.md

pinia-plugin-persistedstate

Pinia plugin to persist stores

🚀 Quickstart

  1. Install with your favorite package manager:

    • pnpm : pnpm i pinia-plugin-persistedstate
    • npm : npm i pinia-plugin-persistedstate
    • yarn : yarn add pinia-plugin-persistedstate
  2. Add the plugin to pinia:

import { createPinia } from 'pinia'
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'

const pinia = createPinia()
pinia.use(piniaPluginPersistedstate)

🔧 Configuration

Usage and configuration informations can be found in the documentation

📝 License

Copyright © 2022 Sacha Bouillez.
This project is under MIT license.