mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
11 lines
234 B
Vue
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>
|