Skip to content

Commit 28bcd3c

Browse files
authored
chore: typo (#345)
1 parent d221b8d commit 28bcd3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/vite-vue3/src/components/ui/button.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<h3>Namespaced Component: <code>iu/button.vue</code></h3>
2+
<h3>Namespaced Component: <code>ui/button.vue</code></h3>
33
</template>
44

55
<script>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<template>
2-
<h3>Nested Namespaced Component: <code>iu/nested/checkbox.vue</code></h3>
2+
<h3>Nested Namespaced Component: <code>ui/nested/checkbox.vue</code></h3>
33
</template>

0 commit comments

Comments
 (0)