mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
10 lines
93 B
Markdown
10 lines
93 B
Markdown
# 禁用
|
|
按钮可以被禁用。
|
|
```html
|
|
<n-button
|
|
disabled
|
|
>
|
|
不许点
|
|
</n-button>
|
|
```
|