修正输入错误,重复引入的TinySwitch (#984)
This commit is contained in:
parent
2287462499
commit
bce1406dc8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue