We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2a046 commit 594ef4cCopy full SHA for 594ef4c
dev/App.vue
@@ -14,7 +14,7 @@
14
</div>
15
</template>
16
<script>
17
- import {Calendar, DateRange} from '../src'
+ import {Calendar, DateRange} from '../dist/vue-date-range.min'
18
import moment from 'moment'
19
export default {
20
components: {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-date-range",
3
- "version": "2.2.8",
+ "version": "3.0.0",
4
"description": "A vue component for choosing dates and date ranges. Uses Moment.js for date operations. Support Chinese lunar.",
5
"main": "dist/vue-date-range.min.js",
6
"scripts": {
@@ -17,6 +17,7 @@
"keywords": [
"vue",
"datepicker",
+ "lunar",
21
"date",
22
"range",
23
"moment"
0 commit comments