File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
10
10
| Property | Attribute | Description | Type | Default |
11
11
| -------- | --------- | ----------- | --------- | ----------- |
12
- | ` car ` | -- | | ` CarData ` | ` undefined ` |
12
+ | ` car ` | ` car ` | | ` CarData ` | ` undefined ` |
13
13
14
14
15
15
## Dependencies
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ Component that helps display a list of cars
11
11
12
12
## Properties
13
13
14
- | Property | Attribute | Description | Type | Default |
15
- | ---------- | --------- | ----------- | ----------- | ----------- |
16
- | ` cars ` | -- | | ` CarData[] ` | ` undefined ` |
17
- | ` selected ` | -- | | ` CarData ` | ` undefined ` |
14
+ | Property | Attribute | Description | Type | Default |
15
+ | ---------- | ---------- | ----------- | ----------- | ----------- |
16
+ | ` cars ` | ` cars ` | | ` CarData[] ` | ` undefined ` |
17
+ | ` selected ` | ` selected ` | | ` CarData ` | ` undefined ` |
18
18
19
19
20
20
## Events
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ Component that helps display a list of cars
11
11
12
12
## Properties
13
13
14
- | Property | Attribute | Description | Type | Default |
15
- | ---------- | --------- | ----------- | ----------- | ----------- |
16
- | ` cars ` | -- | | ` CarData[] ` | ` undefined ` |
17
- | ` selected ` | -- | | ` CarData ` | ` undefined ` |
14
+ | Property | Attribute | Description | Type | Default |
15
+ | ---------- | ---------- | ----------- | ----------- | ----------- |
16
+ | ` cars ` | ` cars ` | | ` CarData[] ` | ` undefined ` |
17
+ | ` selected ` | ` selected ` | | ` CarData ` | ` undefined ` |
18
18
19
19
20
20
## Events
You can’t perform that action at this time.
0 commit comments