feature/client-template #2

Merged
homeburger merged 27 commits from feature/client-template into main 2026-03-14 23:10:46 -05:00
Showing only changes of commit 67598f60bf - Show all commits

View File

@@ -6,4 +6,7 @@ import Header from './components/Header.vue'
<template> <template>
<h1>Here is a child component!</h1> <h1>Here is a child component!</h1>
<Header /> <Header />
<Header />
<Header />
<Header />
</template> </template>