10 lines
91 B
Vue
10 lines
91 B
Vue
<script setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<main>
|
|
<h1>HomeView</h1>
|
|
</main>
|
|
</template>
|