advent22/ui/src/App.vue

12 lines
232 B
Vue
Raw Normal View History

<script setup lang="ts"></script>
2023-09-20 22:03:32 +00:00
<template>
<h1>You did it!</h1>
<p>
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
documentation
</p>
2022-10-28 00:14:20 +00:00
</template>
<style scoped></style>