docs: resizable verticalDemo example code error (#414)
This commit is contained in:
parent
38f5672e59
commit
67777d64f3
|
|
@ -84,7 +84,7 @@ import {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<ResizablePanelGroup direction="horizontal">
|
<ResizablePanelGroup direction="vertical">
|
||||||
<ResizablePanel>One</ResizablePanel>
|
<ResizablePanel>One</ResizablePanel>
|
||||||
<ResizableHandle />
|
<ResizableHandle />
|
||||||
<ResizablePanel>Two</ResizablePanel>
|
<ResizablePanel>Two</ResizablePanel>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user