markdown editor in test view

This commit is contained in:
vabene1111 2024-02-10 09:28:44 +01:00
parent b2a4b084d7
commit 0827cb387f

View File

@ -41,6 +41,9 @@
</div> </div>
<markdown-editor-component></markdown-editor-component>
</div> </div>
</div> </div>
</template> </template>
@ -67,7 +70,7 @@ Vue.use(BootstrapVue)
export default { export default {
name: "TestView", name: "TestView",
mixins: [ApiMixin], mixins: [ApiMixin],
components: {}, components: {MarkdownEditorComponent},
computed: {}, computed: {},
data() { data() {
return {} return {}