docs: resizable verticalDemo example code error

This commit is contained in:
helloAhao096 2024-03-18 00:36:44 +08:00 committed by GitHub
parent 38f5672e59
commit dde85f5826
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>