App.vue 232 B

1234567891011
  1. <script setup lang="ts"></script>
  2. <template>
  3. <h1>You did it!</h1>
  4. <p>
  5. Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
  6. documentation
  7. </p>
  8. </template>
  9. <style scoped></style>