mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-17 09:16:37 +08:00
8 lines
113 B
Vue
8 lines
113 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<ExceptionBase type="404" />
|
|
</template>
|
|
|
|
<style scoped></style>
|