diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-08 00:24:47 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-08 00:25:36 +1000 |
| commit | ef4a9b9223d6019f0b782eb2f944f3cfe2b6ed41 (patch) | |
| tree | c5838cdf157b403f07b4b90d512fb832a3dbf4d8 /src/components/TileInfoModal.vue | |
| parent | 4209790a0c1737bc9cbf7df2bdcedc541b715dad (diff) | |
Adjust SCollapsible, allowing for v-model and @open
Diffstat (limited to 'src/components/TileInfoModal.vue')
| -rw-r--r-- | src/components/TileInfoModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TileInfoModal.vue b/src/components/TileInfoModal.vue index 02712cd..e5ea77b 100644 --- a/src/components/TileInfoModal.vue +++ b/src/components/TileInfoModal.vue @@ -47,7 +47,7 @@ <template v-slot:summary="slotProps"> <div class="py-1 hover:underline"> <down-icon class="inline-block w-4 h-4 mr-1 transition-transform duration-300" - :class="{'-rotate-90': !slotProps.collapsed}"/>Source Information + :class="{'-rotate-90': slotProps.open}"/>Source Information </div> </template> <template v-slot:content> |
