2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-05 08:42:25 +03:00

feat: add class to .mx-calendar indicating the different panel (#219)

This commit is contained in:
mxie
2019-01-08 10:12:11 +08:00
parent c457efe1f7
commit 1d0a67bc5a
+2 -1
View File
@@ -1,5 +1,6 @@
<template>
<div class="mx-calendar">
<div class="mx-calendar"
:class="'mx-calendar-panel-' + panel.toLowerCase()">
<div class="mx-calendar-header">
<a
v-show="panel !== 'TIME'"