Files
dolphin-frontend/src/views/auth-demo/super/index.vue

10 lines
218 B
Vue

<template>
<div class="h-full">
<n-card title="当前页面只有super才能看到" class="h-full shadow-sm rounded-16px"></n-card>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>