Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created February 3, 2019 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/e292aaa12b0d53fd2002ff02b4952f74 to your computer and use it in GitHub Desktop.
Save uno-de-piera/e292aaa12b0d53fd2002ff02b4952f74 to your computer and use it in GitHub Desktop.
Vue.mixin({ delimiters: ['[[', ']]'] })
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment