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 903c138 commit d65e1b0Copy full SHA for d65e1b0
docs/question.md
@@ -10,7 +10,10 @@ If an editor is introduced in your project. You can directly use the editor's pr
10
11
```vue
12
<template>
13
+ <!-- vue2 -->
14
<v-md-editor :value="markdown" mode="preview"></v-md-editor>
15
+ <!-- vue3 -->
16
+ <v-md-editor :model-value="markdown" mode="preview"></v-md-editor>
17
</template>
18
19
<script>
docs/zh/question.md
@@ -10,7 +10,10 @@
0 commit comments