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 d26a5e0 commit 389afb3Copy full SHA for 389afb3
docs/content/1.getting-started/2.usage.md
@@ -249,7 +249,7 @@ const collapsed = ref(false);
249
</script>
250
251
<template>
252
- <SplitPanel v-model="collapsed">
+ <SplitPanel v-model:collapsed="collapsed">
253
<!-- ... -->
254
</SplitPanel>
255
</template>
@@ -490,4 +490,4 @@ Uses the [Window Splitter WAI-ARIA pattern](https://www.w3.org/WAI/ARIA/apg/patt
490
491
::callout{icon="i-lucide-person-standing" color="warning"}
492
The divider by default has no styling. Please add your own divider element to handle focus styles.
493
-::
+::
0 commit comments