Apply fixes from StyleCI
This commit is contained in:
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* First we will load all of this project's JavaScript dependencies which
|
||||
* includes Vue and other libraries. It is a great starting point when
|
||||
@@ -29,5 +28,5 @@ Vue.component('example-component', require('./components/ExampleComponent.vue').
|
||||
*/
|
||||
|
||||
const app = new Vue({
|
||||
el: '#app'
|
||||
el: '#app',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user