mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
10 lines
142 B
Vue
10 lines
142 B
Vue
![]() |
<script setup>
|
||
|
import TheWelcome from "../components/TheWelcome.vue";
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<main>
|
||
|
<TheWelcome />
|
||
|
</main>
|
||
|
</template>
|