We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb20b39 commit fa5960aCopy full SHA for fa5960a
app.vue
@@ -1,3 +1,7 @@
1
<template>
2
- <HelloWorld />
+ <h1>{{ attributeContent.name }}</h1>
3
</template>
4
+
5
+<script setup lang="ts">
6
+const { attributeContent } = useAppConfig();
7
+</script>
0 commit comments