* Fix default size of cards

* Fix layout picker not auto closing

* Fix cards getting huge when theres less than 1 row
This commit is contained in:
Rijk van Zanten
2020-05-08 18:27:59 -04:00
committed by GitHub
parent e3120afc7d
commit 631d152c79
3 changed files with 23 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
</template>
<template #drawer>
<layout-drawer-detail v-model="viewType" />
<layout-drawer-detail @input="viewType = $event" :value="viewType" />
<portal-target name="drawer" />
</template>

View File

@@ -7,7 +7,7 @@
</template>
<template #drawer>
<layout-drawer-detail v-model="viewType" />
<layout-drawer-detail @input="viewType = $event" :value="viewType" />
<portal-target name="drawer" />
</template>