change defaults
This commit is contained in:
parent
0ae3985a52
commit
7ae85c8318
10 changed files with 74 additions and 59 deletions
|
|
@ -52,10 +52,10 @@ const MentionLink = {
|
|||
if (this.highlight) return highlightClass(this.user)
|
||||
},
|
||||
oldPlace () {
|
||||
return this.mergedConfig.mentionsOldPlace
|
||||
return !this.mergedConfig.mentionsOwnLine
|
||||
},
|
||||
oldStyle () {
|
||||
return this.mergedConfig.mentionsOldStyle
|
||||
return !this.mergedConfig.mentionsNewStyle
|
||||
},
|
||||
style () {
|
||||
if (this.highlight) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue