king
2019-07-16 ed58afaaa564c54d22a42593265addce08bd5850
src/main.js
@@ -32,9 +32,9 @@
/* eslint-disable no-new */
new Vue({
    el: '#app',
    router,
    store,
    components: { App },
    template: '<App/>'
  el: '#app',
  router,
  store,
  components: { App },
  template: '<App/>'
})