web前端學習/工做筆記(五)

全局註冊組件,在main.js // 全局註冊組件方式一 Vue.component(‘MyHellpWorldE’,{ template:<div>my-componet</div> }) //全局註冊組件方式二 import loading from ‘./components/’ Vue.use(loading)javascript e.preventDefault();//阻止事件默認行爲
相關文章
相關標籤/搜索