Skip to content

Commit 9162fd3

Browse files
committed
update docs
1 parent f33e3d2 commit 9162fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vuepress/components/SponsorPanel.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ const toggleCollapse = () => {
8989
};
9090
9191
const brandItemGoldHeight = computed(() => {
92-
return isCollapsed ? '32px' : '96px'
92+
return isCollapsed.value ? '32px' : '96px'
9393
})
9494
9595
const brandItemHeight = computed(() => {
96-
return isCollapsed ? '32px' : '66px'
96+
return isCollapsed.value ? '32px' : '66px'
9797
})
9898
</script>
9999

0 commit comments

Comments
 (0)