From 62c3d60dd93c15a3c3c8d433836f3bb364d30bb7 Mon Sep 17 00:00:00 2001
From: mengxiong10 <15623530290@163.com>
Date: Mon, 14 Oct 2019 11:04:12 +0800
Subject: [PATCH] feat: add prop `icon-day` to set calendar icon day
---
src/index.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/index.vue b/src/index.vue
index 5189a37..18a65ea 100644
--- a/src/index.vue
+++ b/src/index.vue
@@ -42,7 +42,7 @@
- {{new Date().getDate()}}
+ {{iconDay}}
@@ -204,6 +204,9 @@ export default {
},
popupStyle: {
type: Object
+ },
+ iconDay: {
+ type: [Number, String]
}
},
data () {