Skip to content

Commit 389afb3

Browse files
authored
docs: fix v-model collapsed (#55)
1 parent d26a5e0 commit 389afb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/1.getting-started/2.usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const collapsed = ref(false);
249249
</script>
250250
251251
<template>
252-
<SplitPanel v-model="collapsed">
252+
<SplitPanel v-model:collapsed="collapsed">
253253
<!-- ... -->
254254
</SplitPanel>
255255
</template>
@@ -490,4 +490,4 @@ Uses the [Window Splitter WAI-ARIA pattern](https://www.w3.org/WAI/ARIA/apg/patt
490490

491491
::callout{icon="i-lucide-person-standing" color="warning"}
492492
The divider by default has no styling. Please add your own divider element to handle focus styles.
493-
::
493+
::

0 commit comments

Comments
 (0)