chore: update manual tab

This commit is contained in:
Sadegh Barati 2024-02-25 00:32:41 +03:30
parent 4ffce6c3e7
commit c29329b0b0

View File

@ -29,6 +29,18 @@ npm install radix-vue
### Copy and paste the following code into your project:
`index.ts`
<<< @/lib/registry/default/ui/resizable/index.ts
`ResizablePanelGroup.vue`
<<< @/lib/registry/default/ui/resizable/ResizablePanelGroup.vue
`ResizableHandle.vue`
<<< @/lib/registry/default/ui/resizable/ResizableHandle.vue
</Steps>
</template>