kailong321200875 / vue-element-plus-admin

A backend management system based on vue3, typescript, element-plus, and vite
https://element-plus-admin.cn/
MIT License
2.81k stars 682 forks source link

useXxxStoreWithOut是否是画蛇添足? #535

Open xxxace opened 2 months ago

xxxace commented 2 months ago

作者你好,我看了你的代码对此有些疑问,useUserStoreWithOut的作用是什么?我翻遍了文档也就找到了SSR有这个示例 希望能解下惑,非常感谢! export const useUserStoreWithOut = () => { return useUserStore(store) }

image image