UNPKG
date-of-birth-v2
Version:
latest (1.0.1)
1.0.1
1.0.0
date of birth
github.com/withc580231/date-of-birth
withc580231/date-of-birth
date-of-birth-v2
/
src
/
packages
/
date-of-birth
/
index.js
8 lines
(6 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
DateOfBirth
from
'./date-of-birth'
;
DateOfBirth
.
install
=
Vue
=>
Vue
.
component
(
DateOfBirth
.
name
,
DateOfBirth
);
if
(
typeof
window
!==
'undefined'
&&
window
.
Vue
) {
window
.
Vue
.
use
(
DateOfBirth
); }
export
default
DateOfBirth