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
/
layouts
/
BlankLayout.vue
commit
|
author
|
age
9bcb19
1
<template>
I
2
<div>
3
<router-view />
4
</div>
5
</template>
6
7
<script>
8
9
export default {
10
name: 'BlankLayout'
11
}
12
</script>
13
14
<style scoped>
15
16
</style>