2026-02-20 22:22:05 +00:00
|
|
|
<script setup lang="ts"></script>
|
2023-09-20 22:03:32 +00:00
|
|
|
|
2026-02-20 22:22:05 +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>
|
|
|
|
|
|
2026-02-20 22:22:05 +00:00
|
|
|
<style scoped></style>
|