Skip to content

Commit 4a86f07

Browse files
authored
Merge pull request laravel#4447 from talvbansal/master
Rename example component to follow the vue.js style guide
2 parents 23f6bbe + 814e0f2 commit 4a86f07

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resources/assets/js/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ window.Vue = require('vue');
1515
* or customize the JavaScript scaffolding to fit your unique needs.
1616
*/
1717

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

2020
const app = new Vue({
2121
el: '#app'

0 commit comments

Comments
 (0)