12 lines
155 B
Vue
12 lines
155 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<main>
|
|
<b> Welcome to the dwengo homepage</b>
|
|
</main>
|
|
</template>
|
|
<style scoped>
|
|
|
|
</style>
|