Skip to content

Commit 8525c33

Browse files
committed
remove test text
1 parent 7dfec9e commit 8525c33

File tree

1 file changed

+0
-3
lines changed
  • src/VueCtkDateTimePicker/_subs/PickersContainer

1 file changed

+0
-3
lines changed

src/VueCtkDateTimePicker/_subs/PickersContainer/index.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Transition
33
:name="position === 'bottom' ? 'slide' : 'slideinvert'"
44
>
5-
testtesttest
65
<div
76
v-show="visible || inline"
87
:class="{'inline': inline, 'is-dark': dark, 'visible': visible}"
@@ -15,8 +14,6 @@
1514
class="datepicker flex flex-direction-column"
1615
:class="{ 'right': right }"
1716
>
18-
testtesttest
19-
2017
<HeaderPicker
2118
v-if="!noHeader"
2219
:key="componentKey"

0 commit comments

Comments
 (0)