返回 Skill 列表
extension
分类: 开发与工程无需 API Key

store

生成src/store/index.ts文件,包含Vuex store配置和用于状态管理的命名空间模块。

person作者: jakexiaohubgithub

Store Skill

Purpose

Generate the src/store/index.ts file with Vuex store configuration.

Output

Create the file: src/store/index.ts

Notes

  • Create a Vuex store with a module called global
  • All modules use namespaced: true for cleaner state management