fix(calendar): add toast in json (#3466)

fix #3320
This commit is contained in:
rex 2020-08-01 09:59:08 +08:00 committed by GitHub
parent 0c8c9438ee
commit c3df9397c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
"header": "./components/header/index",
"month": "./components/month/index",
"van-button": "../button/index",
"van-popup": "../popup/index"
"van-popup": "../popup/index",
"van-toast": "../toast/index"
}
}