mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
16 lines
275 B
Markdown
16 lines
275 B
Markdown
# 基础用法
|
|
```html
|
|
<div>
|
|
<n-upload
|
|
action="http://www.mocky.io/v2/5e4bafc63100007100d8b70f"
|
|
:headers="{
|
|
'naive-info': 'hello!'
|
|
}"
|
|
:data="{
|
|
'naive-data': 'cool! naive!'
|
|
}"
|
|
>
|
|
<n-button>上传文件</n-button>
|
|
</n-upload>
|
|
</div>
|
|
``` |