mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
11 lines
102 B
Markdown
11 lines
102 B
Markdown
|
# 行数
|
||
|
使用 `rows` 来设定 Log 的尺寸。
|
||
|
|
||
|
```html
|
||
|
<n-log :rows="5" :log="`1
|
||
|
2
|
||
|
3
|
||
|
4
|
||
|
5
|
||
|
6`"/>
|
||
|
```
|