This commit is contained in:
2020-11-03 01:29:36 +00:00
parent dfea0248b7
commit c32cb44b50
4 changed files with 88 additions and 29 deletions

View File

@@ -7,10 +7,8 @@
v-bind="$attrs"
>
<template slot="main">
<div class="ml-4 mt-1 d-flex align-center">
<div>
<span class="orange--text"> DAY CALENDAR WIDGET CONTENT HERE</span>
</div>
<div class="ml-4 mt-1">
<v-calendar color="primary" type="day"></v-calendar>
</div>
</template>
</gz-dash>