Move reusable stuff to vue mixin

This commit is contained in:
Bubka
2020-10-08 14:48:18 +02:00
parent 27c7b9b880
commit 07df0cd5e0
3 changed files with 31 additions and 15 deletions

3
resources/js/app.js vendored
View File

@ -15,8 +15,7 @@ Vue.use(Notifications)
const app = new Vue({
el: '#app',
data: {
appSettings: window.appSettings,
appVersion: window.appVersion
appSettings: window.appSettings
},
components: { App },
i18n,