Implement user_profile.spec.js
This commit is contained in:
parent
1341a7bb9c
commit
828b1c78f9
8 changed files with 153 additions and 15 deletions
|
@ -204,9 +204,6 @@ const Status = {
|
|||
return 'small'
|
||||
}
|
||||
return 'normal'
|
||||
},
|
||||
userProfileLink (id, name) {
|
||||
return generateProfileLink(id, name)
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
@ -288,6 +285,9 @@ const Status = {
|
|||
},
|
||||
replyLeave () {
|
||||
this.showPreview = false
|
||||
},
|
||||
userProfileLink (id, name) {
|
||||
return generateProfileLink(id, name)
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue