Skip to content

Commit dbe8600

Browse files
committed
Lint
1 parent 08cd6b8 commit dbe8600

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Editor.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<div>
3-
<markdown-palettes v-model="value" :config="config"></markdown-palettes>
3+
<markdown-palettes
4+
v-model="value"
5+
:config="config"/>
46
</div>
57
</template>
68

0 commit comments

Comments
 (0)