mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-30 08:01:45 +08:00
update: 更新前端依赖;修改前端样式
This commit is contained in:
@@ -9,7 +9,11 @@ const forwarded = useForwardPropsEmits(props, emits)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<SelectRoot v-bind="forwarded">
|
||||
<slot />
|
||||
<SelectRoot
|
||||
v-slot="slotProps"
|
||||
data-slot="select"
|
||||
v-bind="forwarded"
|
||||
>
|
||||
<slot v-bind="slotProps" />
|
||||
</SelectRoot>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user