index.js 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /** * Created by TaoHuang on 2017/4/28. */ const showProduct = r => require.ensure([], () => r(require('../edit/edit.vue')), 'product.show'); export default { path: '/show/:id', name: 'show', component: showProduct };