2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-14 07:12:27 +03:00
This commit is contained in:
Mengxiong10
2017-05-07 22:29:29 +08:00
commit b4d443f486
5 changed files with 563 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "vue2-datepicker",
"version": "1.0.0",
"description": "datepicker for Vue2",
"main": "index.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"datepicker"
],
"author": "xmx",
"license": "MIT"
}