Skip to content

Instantly share code, notes, and snippets.

@simonj
Created September 15, 2015 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save simonj/bbaed08e1d3a4a3c9abd to your computer and use it in GitHub Desktop.
Save simonj/bbaed08e1d3a4a3c9abd to your computer and use it in GitHub Desktop.
/*
* test
*/
Vue.component('domainKeeper-test', {
template: '<p>A custom component!</p>'
});
var vm = new Vue({
el: '#vueApp',
components: {
addDomain: require('./components/addDomain')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment