store refactoring

This commit is contained in:
Čarodej
2022-04-13 16:26:11 +02:00
parent 338f8664b7
commit cd5af37bfe
5 changed files with 1 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ Vue.use(functionHelpers)
Vue.use(AlertHelpers)
Vue.use(itemHelpers)
// ReCaptcha configuration
if (config.allowedRecaptcha) {
Vue.use(VueReCaptcha, {
siteKey: config.recaptcha_client_id,