refund.page.js 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 const Vue = require('yoho-vue'); const lazyload = require('yoho-vue-lazyload'); const refund = require('home/refund.vue'); require('common/vue-filter'); Vue.use(lazyload); new Vue({ el: '#refund', components: { refund } });