initial-commit
This commit is contained in:
12
pages/index/+Page.vue
Normal file
12
pages/index/+Page.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<h1>My Vike app</h1>
|
||||
<p>This page is:</p>
|
||||
<ul>
|
||||
<li>Rendered to HTML.</li>
|
||||
<li>Interactive. <Counter /></li>
|
||||
</ul>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Counter from '../../components/Counter.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user