dashboard
repositories
filestore
activity
login
blog
/
blog-facade
blog的前端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新的文章组件
lijh
2022-01-18
15bd39c66eb9c1942b72fb373fbe16865f715f04
[blog/blog-facade.git]
/
src
/
components
/
test5
/
B.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<template>
</template>
<script>
export default {
data() {
return {
name: 'Vue.js'
}
},
methods: {
sayHello() {
console.log('hello')
}
}
}
</script>