diff --git a/src/components/root-layout/index.vue b/src/components/root-layout/index.vue index 91833de..f735af9 100644 --- a/src/components/root-layout/index.vue +++ b/src/components/root-layout/index.vue @@ -1,7 +1,7 @@ @@ -16,6 +16,7 @@ withDefaults(defineProps<{ icp?: string; domain?: string; author?: string; + text?: string; }>(), { });