18 lines
266 B
Vue
18 lines
266 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<p id="index-page">
|
|
This is a demo for React Router.
|
|
<br>
|
|
Check out{" "}
|
|
<a href="https://reactrouter.com">
|
|
the docs at reactrouter.com
|
|
</a>
|
|
.
|
|
</p>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |