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 7dfec9e commit 8525c33Copy full SHA for 8525c33
src/VueCtkDateTimePicker/_subs/PickersContainer/index.vue
@@ -2,7 +2,6 @@
2
<Transition
3
:name="position === 'bottom' ? 'slide' : 'slideinvert'"
4
>
5
- testtesttest
6
<div
7
v-show="visible || inline"
8
:class="{'inline': inline, 'is-dark': dark, 'visible': visible}"
@@ -15,8 +14,6 @@
15
14
class="datepicker flex flex-direction-column"
16
:class="{ 'right': right }"
17
18
19
-
20
<HeaderPicker
21
v-if="!noHeader"
22
:key="componentKey"
0 commit comments