docs: resizable verticalDemo example code error (#414)

This commit is contained in:
helloAhao096 2024-03-18 00:45:12 +08:00 committed by GitHub
parent 38f5672e59
commit 67777d64f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ import {
</script>
<template>
<ResizablePanelGroup direction="horizontal">
<ResizablePanelGroup direction="vertical">
<ResizablePanel>One</ResizablePanel>
<ResizableHandle />
<ResizablePanel>Two</ResizablePanel>