UNPKG
create-sunadmin
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
sunadmin-template脚手架工具
gitee.com/sunjinglong
create-sunadmin
/
template
/
src
/
stores
/
index.js
6 lines
(5 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
//一般情况下该文件不必过分关心
//您只需要在当前目录下创建您的store文件即可,例如:当前文件夹下的test.js
//该文件存在的意义主要是为了保持vue用户的项目结构习惯
import
{ pinia }
from
"sunadmin-core"
;
export
{ pinia };