add AddressList component

This commit is contained in:
陈嘉涵
2017-09-21 16:26:40 +08:00
parent 309744286e
commit 522655fdd8
14 changed files with 341 additions and 6 deletions

View File

@@ -214,6 +214,10 @@ module.exports = {
{
"groupName": "业务组件",
"list": [
{
"path": "/address-list",
"title": "AddressList 地址列表"
},
{
"path": "/area",
"title": "Area 省市区选择"

View File

@@ -36,6 +36,10 @@ router.afterEach(() => {
window.vueRouter = router;
if (process.env.NODE_ENV !== 'production') {
Vue.config.productionTip = false;
}
new Vue({ // eslint-disable-line
render: h => h(App),
router

View File

@@ -35,6 +35,10 @@ router.afterEach(() => {
window.vueRouter = router;
if (process.env.NODE_ENV !== 'production') {
Vue.config.productionTip = false;
}
new Vue({ // eslint-disable-line
render: h => h(App),
router