Skip to content

Commit

Permalink
Merge pull request #231 from lanyeeee/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
simonwep authored Aug 22, 2024
2 parents 9647d8f + 43e8d9a commit 8a284a8
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 8a284a8

Please sign in to comment.