Navigation Menu

Skip to content

Commit

Permalink
Update example component to follow the vue.js style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Talv Bansal committed Oct 9, 2017
1 parent 23f6bbe commit 814e0f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/app.js
Expand Up @@ -15,7 +15,7 @@ window.Vue = require('vue');
* or customize the JavaScript scaffolding to fit your unique needs. * or customize the JavaScript scaffolding to fit your unique needs.
*/ */


Vue.component('example', require('./components/Example.vue')); Vue.component('example-component', require('./components/ExampleComponent.vue'));


const app = new Vue({ const app = new Vue({
el: '#app' el: '#app'
Expand Down
File renamed without changes.

0 comments on commit 814e0f2

Please sign in to comment.