dashboard
repositories
filestore
activity
login
blog
/
blog-admin
blog的后端代码
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
blog文章分类添加
inleft
2022-02-15
91dc6cdda0548ff7f6e473a81933fa206d912cef
[blog/blog-admin.git]
/
_web
/
src
/
views
/
404.vue
commit
|
author
|
age
9bcb19
1
<template>
I
2
<div>
3
404 page
4
</div>
5
</template>
6
7
<script>
8
export default {
9
name: '404'
10
}
11
</script>
12
13
<style scoped>
14
15
</style>