Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 2, 2024
1 parent 833431e commit 9cc9b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ A slot for providing editor actions to the markdown component, shown at the far-

The default slot provides `Save` and `Cancel` buttons as well as two methods, `save` and `cancel`, to trigger the built-in actions from your own component. Here's an example:

```vue
```html
<MarkdownUi
v-model="content"
editable
Expand Down Expand Up @@ -187,7 +187,7 @@ When the `edit` button (native, or custom) is clicked, the component will automa
> [!NOTE]
> The `editable` prop must be set to `true` to enable this slot.
```vue
```html
<MarkdownUi
v-model="content"
editable
Expand Down

0 comments on commit 9cc9b1c

Please sign in to comment.