fix(select): test error

This commit is contained in:
07akioni 2021-11-01 00:11:20 +08:00
parent abe07b777e
commit cb90dac2da

View File

@ -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}