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 2570d23 commit e98036cCopy full SHA for e98036c
docs/.vuepress/components/github/762.vue
@@ -25,7 +25,7 @@ export default {
25
move() {
26
this.$refs.calendar.move(
27
{ month: 2, year: 2020 },
28
- { force: false, transition: 'slide-h' },
+ { force: false, position: 1 },
29
);
30
},
31
0 commit comments