diff --git a/components/_util/props-util.js b/components/_util/props-util.js index 9c95d149a..073f9ae47 100644 --- a/components/_util/props-util.js +++ b/components/_util/props-util.js @@ -133,7 +133,7 @@ const getComponentFromProp = (instance, prop, options = instance, execute = true const componentOptions = instance.componentOptions || {}; (componentOptions.children || []).forEach(child => { if (child.data && child.data.slot === prop) { - delete child.data.slot; + delete child.data.attrs.slot; if (child.tag === 'template') { slotsProp.push(child.children); } else { diff --git a/components/tabs/__tests__/__snapshots__/demo.test.js.snap b/components/tabs/__tests__/__snapshots__/demo.test.js.snap index e6099dcb1..3237ba467 100644 --- a/components/tabs/__tests__/__snapshots__/demo.test.js.snap +++ b/components/tabs/__tests__/__snapshots__/demo.test.js.snap @@ -283,10 +283,10 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `