Skip to content

Commit 801908f

Browse files
committed
remove dist from ignore
1 parent 2261411 commit 801908f

11 files changed

+31891
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules
3-
/dist
43

54
# local env files
65
.env.local

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn add vuetify-cascader
2222

2323
| Name | Type | Default | Required? | Description |
2424
| :-------: | :-----: | :-----: | :-------: | -------------------------------------------------- |
25-
| items | Array | [] | Y | |
25+
| items | Array | [] | Y | A nested data set |
2626
| itemValue | String | value | N | Set property of items’s value - must be primitive. |
2727
| itemText | String | value | N | Set property of items’s text value |
2828
| outlined | Boolean | false | N | Applies the outlined style to the input |

0 commit comments

Comments
 (0)