list.page.js 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 const Vue = require('vue'); const $ = require('jquery'); const search = require('product/list/index.vue'); const VueTouch = require('vue-touch'); Vue.use(VueTouch); $(function() { let app = new Vue(search); // eslint-disable-line });