vue2-datepicker
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -5,3 +5,3 @@ { | ||
"main": "src/datepicker/index.vue", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", |
@@ -5,3 +5,3 @@ export default { | ||
'months': ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], | ||
'pickers': ['今天', '未来一周', '未来一个月', '最近一周', '最近一个月'], | ||
'pickers': ['未来7天', '未来30天', '最近7天', '最近30天'], | ||
'placeholder': { | ||
@@ -15,3 +15,3 @@ 'date': '请选择日期', | ||
'months': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], | ||
'pickers': ['today', 'next week', 'next month', 'last week', 'last month'], | ||
'pickers': ['next 7 days', 'next 30 days', 'previous 7 days', 'previous 30 days'], | ||
'placeholder': { | ||
@@ -21,3 +21,3 @@ 'date': 'Select Date', | ||
} | ||
}, | ||
} | ||
} | ||
} |
import Vue from 'vue' | ||
import App from './App.vue' | ||
new Vue({ | ||
new Vue({ // eslint-disable-line | ||
el: '#app', | ||
render: h => h(App) | ||
}) |
@@ -44,3 +44,3 @@ var path = require('path') | ||
noInfo: true, | ||
port:9000 | ||
port: 9000 | ||
}, | ||
@@ -47,0 +47,0 @@ performance: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123468
116