diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index 312b5e52..8a55a165 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -6,6 +6,8 @@ defineProps<{ back?: boolean /** Do not applying overflow hidden to let use floatable components in title */ noOverflowHidden?: boolean + /** Show the skip content link */ + skipContent?: string }>() const container = ref() @@ -26,6 +28,9 @@ const containerClass = computed(() => {