Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyeeee committed Aug 18, 2024
1 parent 9647d8f commit 43e8d9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ const onMove = ({store: {changed: {added, removed}}}: SelectionEvent) => {

##### `selection`

It's possible to get the current `SelectionArea`-instance via [template refs](https://vuejs.
org/guide/essentials/template-refs.html).
It's possible to get the current `SelectionArea`-instance via [template refs](https://vuejs.org/guide/essentials/template-refs.html).

```vue
<template>
Expand Down

0 comments on commit 43e8d9a

Please sign in to comment.