Skip to content

Commit b380b30

Browse files
committed
cr vc-tabs
1 parent 8f29e5e commit b380b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-tabs/src/ScrollableInkTabBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
render() {
2323
const props = { ...this.$props };
2424
const listeners = this.$listeners;
25-
const { renderTabBarNode } = this.$scopedSlots;
25+
const { default:renderTabBarNode } = this.$scopedSlots;
2626
return (
2727
<SaveRef
2828
children={(saveRef, getRef) => (

0 commit comments

Comments
 (0)