🌐 AI搜索 & 代理 主页
Skip to content

Commit f13c8e6

Browse files
authored
Update common-props.json
1 parent 9a27da5 commit f13c8e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/common-props.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"id": {
33
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
44
},
5+
"variant": {
6+
"description": "Applies on of the Bootstra theme colar variants to the component"
7+
},
58
"tag": {
69
"description": "Specify the HTML tag to render instead of hte default tag"
710
},
@@ -14,6 +17,9 @@
1417
"role": {
1518
"description": "Sets the ARIA attribute 'role' to a specific value"
1619
},
20+
"fade": {
21+
"description": "When set to 'true', enables the fade animation/transition on the component"
22+
},
1723
"noFade": {
1824
"description": "When set to 'true', disables the fade animation/transition on the component"
1925
},
@@ -53,6 +59,9 @@
5359
"routerTag": {
5460
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value"
5561
},
62+
"event": {
63+
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default"
64+
},
5665
"noPrefetch": {
5766
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link"
5867
}

0 commit comments

Comments
 (0)