We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cd6b8 commit dbe8600Copy full SHA for dbe8600
src/Editor.vue
@@ -1,6 +1,8 @@
1
<template>
2
<div>
3
- <markdown-palettes v-model="value" :config="config"></markdown-palettes>
+ <markdown-palettes
4
+ v-model="value"
5
+ :config="config"/>
6
</div>
7
</template>
8
0 commit comments