fix icon in page.post.vue

This commit is contained in:
naskya 2023-10-30 18:26:38 +00:00
parent adee17b85a
commit 267d1970e2

View File

@ -44,6 +44,7 @@ export default defineComponent({
text: this.hpml.interpolate(this.block.text), text: this.hpml.interpolate(this.block.text),
posted: false, posted: false,
posting: false, posting: false,
icon,
}; };
}, },
watch: { watch: {