Skip to content

Commit fa5960a

Browse files
committed
fix: Removing usage of HelloWorld component
1 parent cb20b39 commit fa5960a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<template>
2-
<HelloWorld />
2+
<h1>{{ attributeContent.name }}</h1>
33
</template>
4+
5+
<script setup lang="ts">
6+
const { attributeContent } = useAppConfig();
7+
</script>

0 commit comments

Comments
 (0)