Skip to content

Commit

Permalink
fix(cascader): fix custom empty slot not working in some cases (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc authored Sep 26, 2024
1 parent 8c33ffb commit 0a07937
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/web-vue/components/cascader/base-cascader-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export default defineComponent({
multiple={props.multiple}
checkStrictly={props.checkStrictly}
virtualListProps={props.virtualListProps}
v-slots={{
empty: slots.empty,
}}
/>
));
};
Expand Down

0 comments on commit 0a07937

Please sign in to comment.