1.0.2 • Published 6 months ago

@chenzoho/vue-store v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

状态管理

安装

pnpm i vue
pnpm i pinia
pnpm i @chenzoho/vue-store

注册

.
.
.
const app = createApp(App)

// Configure store
setupStore(app)

使用

// 自行定义pinia

更新

  • 1.0.0
    • 初始化项目
  • 1.0.1
    • 修复
      • package.json
  • 1.0.2
    • 正式版本
1.0.2

6 months ago

1.0.1

6 months ago