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:
+2
-1
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user