Remove guard for raw_html
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
a8d8223c47
commit
891f639eae
1 changed files with 0 additions and 7 deletions
|
@ -127,13 +127,6 @@ const StatusContent = {
|
|||
generateTagLink (tag) {
|
||||
return `/tag/${tag}`
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'status.raw_html' (newVal, oldVal) {
|
||||
if (newVal !== oldVal) {
|
||||
this.parseReadyDone = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue