nova-admin/src/views/test/test3.vue
2022-08-06 16:08:47 +08:00

11 lines
225 B
Vue

<template>
<div text-center c-red>I prove that you have made the jump test3.</div>
</template>
<script setup lang="ts">
import { useRouter } from 'vue-router';
const router = useRouter();
</script>
<style scoped></style>