cr vc-tabs
parent
8f29e5e594
commit
b380b30e90
|
@ -22,7 +22,7 @@ export default {
|
||||||
render() {
|
render() {
|
||||||
const props = { ...this.$props };
|
const props = { ...this.$props };
|
||||||
const listeners = this.$listeners;
|
const listeners = this.$listeners;
|
||||||
const { renderTabBarNode } = this.$scopedSlots;
|
const { default:renderTabBarNode } = this.$scopedSlots;
|
||||||
return (
|
return (
|
||||||
<SaveRef
|
<SaveRef
|
||||||
children={(saveRef, getRef) => (
|
children={(saveRef, getRef) => (
|
||||||
|
|
Loading…
Reference in New Issue