import Vue from 'vue' import App from './test.vue' new Vue({ render: h => h(App) }).$mount('#app') // 公眾號:若川視野 // 加微信ruochuan12 ...
確定! 回上一頁