Skip to content

Commit

Permalink
Merge pull request #28 from lecoueyl/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lecoueyl authored Nov 9, 2021
2 parents 51f8821 + 6c4f08c commit b72a8d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^3.0.2",
"rollup": "^2.57.0",
"semantic-release": "^17.4.7",
"tailwindcss": "^2.2.15",
"tailwindcss": "^2.2.19",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
},
value: {
type: [String, Number],
type: [String, Number, Boolean, Object, Array, Function, Date],
default: null,
},
},
Expand Down

0 comments on commit b72a8d4

Please sign in to comment.