Skip to content

Commit 03855dd

Browse files
authored
docs: add ComponentInHeader import (#2562)
1 parent 52cfbc3 commit 03855dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide/using-vue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ Vitepress currently has SSG support for teleports to body only. For other target
244244

245245
<script setup>
246246
import ModalDemo from '../components/ModalDemo.vue'
247+
import ComponentInHeader from '../components/ComponentInHeader.vue'
247248
</script>
248249

249250
<style>

0 commit comments

Comments
 (0)