Browse Source

typo

pull/13/head
Thorsten 9 years ago
parent
commit
a69bc34f00
  1. 2
      template/src/main.js

2
template/src/main.js

@ -2,7 +2,7 @@
// The following line loads the standalone build of Vue instead of the runtime-only build,
// so you don't have to do: import Vue from 'vue/dist/vue'
// (also, loading Vue standalone this way breaks vueify, so don't do it)
// This is done with the traonsform "aliasify". For the config, see package.json
// This is done with the transform "aliasify". For the config, see package.json
{{/if_eq}}
import Vue from 'vue'
import App from './App.vue'

Loading…
Cancel
Save