mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:36:44 +00:00
docs: component demo
This commit is contained in:
parent
dfc20f6202
commit
f0b4419e47
@ -263,10 +263,7 @@ export default defineConfig({
|
||||
title: 'Input',
|
||||
link: '/components/input',
|
||||
},
|
||||
{
|
||||
title: 'AutoComplete',
|
||||
link: '/components/auto-complete',
|
||||
},
|
||||
|
||||
{
|
||||
title: 'NanoIDInput',
|
||||
link: '/components/nanoid-input',
|
||||
@ -452,6 +449,10 @@ export default defineConfig({
|
||||
title: 'QuickEdit',
|
||||
link: '/components/quick-edit',
|
||||
},
|
||||
{
|
||||
title: 'AutoComplete',
|
||||
link: '/components/auto-complete',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -12,7 +12,7 @@ type UploadProps = Omit<AntdUploadProps, 'onChange'> & {
|
||||
size?: string;
|
||||
};
|
||||
```
|
||||
|
||||
Upload.Attachment 是附件字段的 UI 组件。
|
||||
<code src="./demos/new-demos/basic.tsx"></code>
|
||||
|
||||
## Multiple
|
||||
|
Loading…
Reference in New Issue
Block a user