Fix typo runtime config
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
})
|
||||
},
|
||||
customDomainAllowed () {
|
||||
return useRuntimeConfig.public.customDomainsEnabled
|
||||
return useRuntimeConfig().public.customDomainsEnabled
|
||||
}
|
||||
},
|
||||
watch: {},
|
||||
|
||||
Reference in New Issue
Block a user