[Doc] fix demo source link

This commit is contained in:
陈嘉涵 2019-01-19 09:52:12 +08:00
parent c65e21e586
commit cd3e84a2b1

View File

@ -64,17 +64,17 @@ export default {
title: this.$t('goodsDetail'), title: this.$t('goodsDetail'),
preview: 'https://img.yzcdn.cn/public_files/2017/10/24/7070a8d1d6504b864c605114d32f2aae.png', preview: 'https://img.yzcdn.cn/public_files/2017/10/24/7070a8d1d6504b864c605114d32f2aae.png',
url: 'https://youzan.github.io/vant-demo/#/goods', url: 'https://youzan.github.io/vant-demo/#/goods',
source: 'https://github.com/youzan/vant-demo/tree/master/src/view/goods/index.vue' source: 'https://github.com/youzan/vant-demo/blob/master/base/src/view/goods/index.vue'
}, { }, {
title: this.$t('userCenter'), title: this.$t('userCenter'),
preview: 'https://img.yzcdn.cn/public_files/2017/10/23/e1d70757e3ab88d39a360b704be8f43f.png', preview: 'https://img.yzcdn.cn/public_files/2017/10/23/e1d70757e3ab88d39a360b704be8f43f.png',
url: 'https://youzan.github.io/vant-demo/#/user', url: 'https://youzan.github.io/vant-demo/#/user',
source: 'https://github.com/youzan/vant-demo/tree/master/src/view/user/index.vue' source: 'https://github.com/youzan/vant-demo/blob/master/base/src/view/user/index.vue'
}, { }, {
title: this.$t('shoppingCart'), title: this.$t('shoppingCart'),
preview: 'https://img.yzcdn.cn/public_files/2017/10/24/06b8b5ed3692314d434db7f6854dcdbe.png', preview: 'https://img.yzcdn.cn/public_files/2017/10/24/06b8b5ed3692314d434db7f6854dcdbe.png',
url: 'https://youzan.github.io/vant-demo/#/cart', url: 'https://youzan.github.io/vant-demo/#/cart',
source: 'https://github.com/youzan/vant-demo/tree/master/src/view/cart/index.vue' source: 'https://github.com/youzan/vant-demo/blob/master/base/src/view/cart/index.vue'
}]; }];
} }
}, },