mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-13 23:38:32 +02:00
Move reusable stuff to vue mixin
This commit is contained in:
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user