11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"component": true,
|
|
"usingComponents": {
|
|
"header": "./components/header/index",
|
|
"month": "./components/month/index",
|
|
"van-button": "../button/index",
|
|
"van-popup": "../popup/index",
|
|
"van-toast": "../toast/index"
|
|
}
|
|
}
|