mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-11 23:19:14 +08:00
Remove guard for raw_html
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) {
|
generateTagLink (tag) {
|
||||||
return `/tag/${tag}`
|
return `/tag/${tag}`
|
||||||
}
|
}
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
'status.raw_html' (newVal, oldVal) {
|
|
||||||
if (newVal !== oldVal) {
|
|
||||||
this.parseReadyDone = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue