Remove guard for raw_html
This commit is contained in:
parent
63519c325f
commit
75216c5feb
|
@ -125,13 +125,6 @@ const StatusContent = {
|
|||
generateTagLink (tag) {
|
||||
return `/tag/${tag}`
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'status.raw_html' (newVal, oldVal) {
|
||||
if (newVal !== oldVal) {
|
||||
this.parseReadyDone = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue