Merge branch 'main' into example

This commit is contained in:
Soybean
2024-06-12 11:10:08 +08:00
15 changed files with 44 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ const icon = computed(() => {
<template>
<ButtonIcon
:key="String(collapsed)"
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
tooltip-placement="bottom-start"
:z-index="zIndex"