Skip to content

Commit

Permalink
Rename example component to keep consistency with laravel/laravel repo (
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelmysior authored and taylorotwell committed Oct 16, 2017
1 parent 7881180 commit 3423fdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/Presets/vue-stubs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ window.Vue = require('vue');
* or customize the JavaScript scaffolding to fit your unique needs.
*/

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

const app = new Vue({
el: '#app'
Expand Down

0 comments on commit 3423fdc

Please sign in to comment.