Skip to content

Instantly share code, notes, and snippets.

@braidn
Created January 17, 2017 03:06
Show Gist options
  • Select an option

  • Save braidn/054935df29aafe81c6cb4a09d0dfe4c5 to your computer and use it in GitHub Desktop.

Select an option

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