修正输入错误,重复引入的TinySwitch (#984)

This commit is contained in:
ichynul 2023-12-01 10:35:56 +08:00 committed by GitHub
parent 2287462499
commit bce1406dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<script setup lang="jsx">
import { ref } from 'vue'
import { Tooltip as TinyTooltip, Switch as TinySwitch, Button as TinySwitch } from '@opentiny/vue'
import { Tooltip as TinyTooltip, Switch as TinySwitch, Button as TinyButton } from '@opentiny/vue'
const visibleArrow = ref(true)
const enterable = ref(true)