Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jwalton512
Forked from simonj/adddomain
Last active September 12, 2015 14:36
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 jwalton512/5f82dd7368a7cbb42e79 to your computer and use it in GitHub Desktop.
Save jwalton512/5f82dd7368a7cbb42e79 to your computer and use it in GitHub Desktop.
app.js
module.exports = {
}
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