feat: remove props destructuring from NoAuthWrapper
This commit is contained in:
parent
df6a9b67fd
commit
c9591fe464
@ -53,11 +53,11 @@ import ApiConfig from '@/components/misc/ApiConfig.vue'
|
||||
import {useTitle} from '@/composables/useTitle'
|
||||
import {useConfigStore} from '@/stores/config'
|
||||
|
||||
const {
|
||||
showApiConfig = true,
|
||||
} = defineProps<{
|
||||
withDefaults(defineProps<{
|
||||
showApiConfig?: boolean
|
||||
}>()
|
||||
}>(), {
|
||||
showApiConfig: true,
|
||||
})
|
||||
const configStore = useConfigStore()
|
||||
const motd = computed(() => configStore.motd)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user