Skip to content

Commit b8c7745

Browse files
author
Pooya Parsa
committed
Update Docs
1 parent b9078a2 commit b8c7745

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/components/carousel/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"title": "Carousel",
33
"component": "bCarousel",
44
"components": ["bCarouselSlide"],
5-
"jsfiddle": ""
5+
"jsfiddle": "dd71ezon"
66
}

docs/components/media/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Media",
33
"component": "bMedia",
4-
"jsfiddle": "",
4+
"jsfiddle": "ey4x3q0q",
55
"slots": [
66
{
77
"name": "aside",

docs/components/table/meta.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"title": "Table",
33
"component": "bTable",
4-
"jsfiddle": "a5s95a3q"
4+
"jsfiddle": "a5s95a3q",
5+
"events": [
6+
{
7+
"event": "row-clicked",
8+
"description": "Emitted each time the Popover display status changes.",
9+
"args": [
10+
{
11+
"arg": "(item,index)",
12+
"description": "Selected item and its index."
13+
}
14+
]
15+
}
16+
]
517
}

0 commit comments

Comments
 (0)