nova-admin/src/views/test/test2.vue
2022-08-06 13:22:43 +08:00

11 lines
234 B
Vue

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