mall-uniapp/sheep/store
aiyvyang 43d2d02e8e refactor(store): 优化 Pinia store 定义方式
将所有 store 模块从旧版 defineStore({ id: 'xxx', ... }) 形式
改为新版 defineStore('xxx', { ... }) 形式,符合 Pinia 推荐的最佳实践。

涉及模块:
  - app.js
  - cart.js
  - modal.js
  - sys.js
  - user.js
2026-05-09 15:36:10 +08:00
..
app.js refactor(store): 优化 Pinia store 定义方式 2026-05-09 15:36:10 +08:00
cart.js refactor(store): 优化 Pinia store 定义方式 2026-05-09 15:36:10 +08:00
index.js 【完善】兼容 HBuilder 最新版本 vite5 2024-05-02 09:39:00 +08:00
modal.js refactor(store): 优化 Pinia store 定义方式 2026-05-09 15:36:10 +08:00
sys.js refactor(store): 优化 Pinia store 定义方式 2026-05-09 15:36:10 +08:00
user.js refactor(store): 优化 Pinia store 定义方式 2026-05-09 15:36:10 +08:00