Skip to content

Commit

Permalink
doc(Form): 修复 TreeChecked 树形选择示例报错问题 #605 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuilanxin committed Mar 4, 2022
1 parent 6a4c2b8 commit bbcd910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/routes/components/form/index.tsx
Expand Up @@ -17,6 +17,7 @@ import {
Notify,
Menu,
Dropdown,
TreeChecked,
} from 'uiw';
import Markdown from '../../../components/Markdown';

Expand All @@ -41,6 +42,7 @@ export default function Page() {
Textarea,
Notify,
Menu,
TreeChecked,
Dropdown,
useRef,
}}
Expand Down

0 comments on commit bbcd910

Please sign in to comment.