@@ -24,9 +26,14 @@
class="notifications-card"
>
-
-
-
+ {{ post.contentExcerpt | removeHtml }}
+
+
+ Comment:
+
+
+ {{ comment.contentExcerpt | removeHtml }}
+
@@ -57,11 +64,8 @@ export default {
}
},
computed: {
- excerpt() {
- const excerpt = this.post.id ? this.post.contentExcerpt : this.comment.contentExcerpt
- return (
- (!this.post.id ? '