post editing #57

Closed
Ghost wants to merge 23 commits from (deleted):feat/editing into develop
Showing only changes of commit 891f639eae - Show all commits

View file

@ -127,13 +127,6 @@ const StatusContent = {
generateTagLink (tag) {
return `/tag/${tag}`
}
},
watch: {
'status.raw_html' (newVal, oldVal) {
if (newVal !== oldVal) {
this.parseReadyDone = false
}
}
}
}