Skip to content

Instantly share code, notes, and snippets.

@simonj
Created September 12, 2015 14:34
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/6fd521c0b9154405a766 to your computer and use it in GitHub Desktop.
Save simonj/6fd521c0b9154405a766 to your computer and use it in GitHub Desktop.
app.js
var addDomain = Vue.extend({
});
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