We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b79a0 commit 8479d2eCopy full SHA for 8479d2e
README.md
@@ -261,6 +261,7 @@ Default: `null`<br>
261
This props is used to pass additional information to child component declared by [tag props](#tag).<br>
262
Value:
263
* `props`: props to be passed to the child component
264
+* `attrs`: attrs to be passed to the child component
265
* `on`: events to be subscribe in the child component
266
267
Example (using [element UI library](http://element.eleme.io/#/en-US)):
@@ -285,6 +286,9 @@ methods: {
285
286
change: this.handleChange,
287
input: this.inputChanged
288
},
289
+ attrs:{
290
+ wrap: true
291
+ },
292
props: {
293
value: this.activeNames
294
}
0 commit comments