Skip to content

Commit 8479d2e

Browse files
Update readme
1 parent 34b79a0 commit 8479d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ Default: `null`<br>
261261
This props is used to pass additional information to child component declared by [tag props](#tag).<br>
262262
Value:
263263
* `props`: props to be passed to the child component
264+
* `attrs`: attrs to be passed to the child component
264265
* `on`: events to be subscribe in the child component
265266
266267
Example (using [element UI library](http://element.eleme.io/#/en-US)):
@@ -285,6 +286,9 @@ methods: {
285286
change: this.handleChange,
286287
input: this.inputChanged
287288
},
289+
attrs:{
290+
wrap: true
291+
},
288292
props: {
289293
value: this.activeNames
290294
}

0 commit comments

Comments
 (0)