overte-thingvellir/domain-server/resources/web/web-new/src/pages/Index.vue
2021-09-04 05:22:20 -04:00

11 lines
164 B
Vue

<template>
<h1>hi</h1>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
name: 'Index'
});
</script>