Skip to content

Commit

Permalink
markdown editor in test view
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Feb 10, 2024
1 parent b2a4b08 commit 0827cb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vue/src/apps/TestView/TestView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@


</div>


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

0 comments on commit 0827cb3

Please sign in to comment.