mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-11 10:21:23 +08:00
7 lines
103 B
Vue
7 lines
103 B
Vue
<template>
|
|
<div>NotFound</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
<style scoped></style>
|