search.page.js 146 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import Vue from 'vue'; import Component from 'product/search/index.vue'; new Vue({ el: '#product-search', render: h => h(Component) });