migrate-to-nuxt-useappconfig (#263)
* migrate-to-nuxt-useappconfig * defineAppConfig --------- Co-authored-by: Forms Dev <chirag+new@notionforms.io>
This commit is contained in:
@@ -203,7 +203,7 @@ export default {
|
||||
const authStore = useAuthStore()
|
||||
return {
|
||||
authenticated: computed(() => authStore.check),
|
||||
config: useConfig()
|
||||
config: useAppConfig()
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user