dashboard
repositories
filestore
activity
login
blog
/
blog-facade
blog的前端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
改正授权码md5加密 bgm链接修改 允许后置日期提交 简介提交支持
inleft
2024-01-10
7319260f31c9a593418ff17b1ca42e0822c3c4eb
[blog/blog-facade.git]
/
src
/
components
/
test1
/
article.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
<div>
<span v-for="(item, index) in articles" :key="index">{{item}},</span>
</div>
</template>
<script>
export default {
props: ['articles'],
data(){
return {
"name":"名咩咩咩咩"
}
}
}
</script>