UNPKG
vue-bulma-datepicker-nfer
Version:
latest (1.3.7)
1.3.7
Datepicker Component for Vue Bulma
github.com/vue-bulma/datepicker
vue-bulma/datepicker
vue-bulma-datepicker-nfer
/
src
/
BasicInput.js
16 lines
(15 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
default
{
props
: {
placeholder
: {
type
:
String
,
default
:
'Pick date'
},
inputClass
: {
type
: [
Object
,
Array
],
default
:
function
(
) {
return
{} } },
value
:
String
} }