Fixing the invisibles posts

This commit is contained in:
2021-04-20 12:57:52 +02:00
parent 4014ffd5d1
commit 733d5eec2e
24 changed files with 128 additions and 887 deletions

View File

@@ -8,7 +8,9 @@
</template>
<script lang="ts">
export default {
import {defineComponent} from "@nuxtjs/composition-api";
export default defineComponent({
name: "TagPreview",
props: {
content: {
@@ -20,5 +22,5 @@ export default {
default: true
}
},
}
})
</script>