1.0.0 • Published 6 months ago

@chenzoho/vue-router v1.0.0

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

状态管理

安装

pnpm i vue-router
pnpm install @chenzoho/vue-store

注册

.
.
import { setupStore } from '@chenzoho/vue-store'
const app = createApp(App)

// Configure store
setupStore(app)

使用

// 自行定义pinia

更新

  • 0.0.1
    • 初始化项目
  • 1.0.0
    • 可用版本
1.0.0

6 months ago