We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
icon-day
1 parent 864ab83 commit 62c3d60Copy full SHA for 62c3d60
src/index.vue
@@ -42,7 +42,7 @@
42
<line x1="46" x2="46" y1="8" y2="50" />
43
<line x1="154" x2="154" y1="8" y2="50" />
44
<line x1="13" x2="187" y1="70" y2="70" />
45
- <text x="50%" y="135" font-size="90" stroke-width="1" text-anchor="middle" dominant-baseline="middle">{{new Date().getDate()}}</text>
+ <text x="50%" y="135" font-size="90" stroke-width="1" text-anchor="middle" dominant-baseline="middle">{{iconDay}}</text>
46
</svg>
47
</slot>
48
</span>
@@ -204,6 +204,9 @@ export default {
204
},
205
popupStyle: {
206
type: Object
207
+ },
208
+ iconDay: {
209
+ type: [Number, String]
210
}
211
212
data () {
0 commit comments