vm.$mount()和$el

Vue1.0 Vue實例定義javascript import Vue from 'vue' import App from './App.vue' import router from './router' import store from './store' new Vue({ router, store, components: { App } }).$mount
相關文章
相關標籤/搜索