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 () {