mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-19 01:56:38 +08:00
7 lines
98 B
Vue
7 lines
98 B
Vue
<template>
|
|
<div>404</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup></script>
|
|
<style scoped></style>
|