Fix eslint warnings, update eslint config
This commit is contained in:
@@ -53,8 +53,8 @@ window.onload = () => {
|
||||
window.WOOT = new Vue({
|
||||
router,
|
||||
store,
|
||||
template: '<App/>',
|
||||
components: { App },
|
||||
template: '<App/>',
|
||||
}).$mount('#app');
|
||||
};
|
||||
window.pusher = vuePusher.init();
|
||||
|
||||
Reference in New Issue
Block a user