ice-lab / ice-next

The repo was transferred to https://github.com/alibaba/ice
https://v3.ice.work/
MIT License
53 stars 7 forks source link

feat: modify store to storeConfig #688

Closed luhc228 closed 1 year ago

luhc228 commented 1 year ago
// src/app.ts
- export const store = defineStoreConfig();
+ export const storeConfig = defineStoreConfig();
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ice-v3 ✅ Ready (Inspect) Visit Preview Nov 14, 2022 at 8:56AM (UTC)
wssgcg1213 commented 1 year ago

https://v3.ice.work/docs/guide/advanced/store 文档也要对应处理一下