修改文件结构
This commit is contained in:
11
front-end/main-app/src/app/views/NotFound.tsx
Normal file
11
front-end/main-app/src/app/views/NotFound.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
setup() {
|
||||
return () => (
|
||||
<div class="404">
|
||||
<h1>404</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user