mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-10-04 15:50:00 +08:00
8 lines
120 B
Vue
8 lines
120 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<ErrorTip type="403" />
|
|
</template>
|
|
|
|
<style lang="scss" scoped></style>
|