Skip to content

Instantly share code, notes, and snippets.

@braidn
Created January 17, 2017 03:06
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 braidn/054935df29aafe81c6cb4a09d0dfe4c5 to your computer and use it in GitHub Desktop.
Save braidn/054935df29aafe81c6cb4a09d0dfe4c5 to your computer and use it in GitHub Desktop.
Vue Test Mount
var vm = new Vue({
template: '<div><test></test></div>',
components: {
'test': ComponentA
}
}).$mount()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment