king
2019-07-16 68ba2dfa35789cda9908fc0bc65336dde17a0d29
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/>'
})