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