Fix typo runtime config
This commit is contained in:
parent
6abc88ff93
commit
dfb84dc88e
|
@ -64,7 +64,7 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
customDomainAllowed () {
|
customDomainAllowed () {
|
||||||
return useRuntimeConfig.public.customDomainsEnabled
|
return useRuntimeConfig().public.customDomainsEnabled
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
|
|
Loading…
Reference in New Issue