dashboard
repositories
filestore
activity
login
blog
/
blog-admin
blog的后端代码
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
管理后台代码初始化
inleft
2022-02-09
9bcb19959eeb9da9bde2561e7278f6d0a55eb151
[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>