11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
---
|
|
import Html from '@/components/html.astro';
|
|
// import Counter from '@/components/vue/Counter.vue';
|
|
---
|
|
|
|
<Html>
|
|
<main>
|
|
<!-- <Counter count={10} client:only/> -->
|
|
</main>
|
|
</Html>
|