初始化仓库
This commit is contained in:
9
store/modules/index.js
Normal file
9
store/modules/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from "./app";
|
||||
import city from "./city";
|
||||
import community from "./community";
|
||||
|
||||
export default {
|
||||
app,
|
||||
city,
|
||||
community
|
||||
};
|
||||
Reference in New Issue
Block a user