Tailwind docs updated

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-07 15:40:22 +03:00
parent f15fb3de24
commit 62799717e6
132 changed files with 313 additions and 2274 deletions

View file

@ -59,6 +59,7 @@ export default {
<div class="card">
<div :style="{ position: 'relative', height: '350px' }">
<SpeedDial :model="items" direction="up" mask :style="{ right: 0, bottom: 0 }" />
<Toast />
</div>
</div>
</template>
@ -113,6 +114,7 @@ data() {
<div class="card">
<div :style="{ position: 'relative', height: '350px' }">
<SpeedDial :model="items" direction="up" mask :style="{ right: 0, bottom: 0 }" />
<Toast />
</div>
</div>
</template>