mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
fix(select): test error
This commit is contained in:
parent
abe07b777e
commit
cb90dac2da
@ -770,7 +770,10 @@ export default defineComponent({
|
||||
virtualScroll={
|
||||
this.consistentMenuWidth && this.virtualScroll
|
||||
}
|
||||
class={[`${mergedClsPrefix}-select-menu`]}
|
||||
class={[
|
||||
`${mergedClsPrefix}-select-menu`,
|
||||
this.menuProps?.class
|
||||
]}
|
||||
clsPrefix={mergedClsPrefix}
|
||||
focusable
|
||||
autoPending={true}
|
||||
|
Loading…
Reference in New Issue
Block a user