nova-admin/src/views/test/test1.vue
2022-08-06 14:12:03 +08:00

12 lines
272 B
Vue

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