import Vue from 'vue'
import App from './App.vue'
import 'vue-phone-number-input/dist/vue-phone-number-input.css';
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')
Then, Open the main.js file and add the following to it:
import Vue from 'vue'
import App from './App.vue'
import 'vue-phone-number-input/dist/vue-phone-number-input.css';
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')
发布评论
评论(1)
尝试以下内容。
打开 app.vue 文件,然后添加以下内容:
然后,打开 main.js 文件,然后添加以下内容:
Try the following.
Open App.vue file and add the following to it:
Then, Open the main.js file and add the following to it: