mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-22 11:50:36 +03:00
feat: add class to .mx-calendar indicating the different panel (#219)
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mx-calendar">
|
<div class="mx-calendar"
|
||||||
|
:class="'mx-calendar-panel-' + panel.toLowerCase()">
|
||||||
<div class="mx-calendar-header">
|
<div class="mx-calendar-header">
|
||||||
<a
|
<a
|
||||||
v-show="panel !== 'TIME'"
|
v-show="panel !== 'TIME'"
|
||||||
|
|||||||
Reference in New Issue
Block a user