mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
UI fixes
This commit is contained in:
15
resources/js/main.js
vendored
15
resources/js/main.js
vendored
@@ -20,12 +20,15 @@ Vue.use(ValidatorHelpers)
|
||||
Vue.use(functionHelpers)
|
||||
Vue.use(AlertHelpers)
|
||||
Vue.use(itemHelpers)
|
||||
Vue.use(VueReCaptcha, {
|
||||
siteKey: config.recaptcha_client_id,
|
||||
loaderOptions: {
|
||||
autoHideBadge: true,
|
||||
},
|
||||
})
|
||||
|
||||
if (config.allowedRecaptcha) {
|
||||
Vue.use(VueReCaptcha, {
|
||||
siteKey: config.recaptcha_client_id,
|
||||
loaderOptions: {
|
||||
autoHideBadge: true,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user