亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

javascript - Vue is not defined
滿天的星座
滿天的星座 2017-05-19 10:35:32
0
3
1640

Developed a project using vue webpack

Vue is not defined is thrown directly when accessing Vue in the browser console

// main.js
new Vue({
  router,
  store,
  render: h => h(App)
}).$mount('#app-box')

How to access the vue instance externally?

滿天的星座
滿天的星座

reply all(3)
給我你的懷抱

Set a window.xxx = this;

in created
僅有的幸福
var app = new Vue()

Isn’t this enough?

我想大聲告訴你

window.app = new vue({});
This way you can print app in the console

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template