We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2441b5 commit a150291Copy full SHA for a150291
src/components/link.js
@@ -107,8 +107,8 @@ export default {
107
warn(
108
false,
109
`RouterLink with to="${
110
- this.props.to
111
- }" is trying to use a scoped slot but it didn't provide exactly one child.`
+ this.to
+ }" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element.`
112
)
113
}
114
return scopedSlot.length === 0 ? h() : h('span', {}, scopedSlot)
0 commit comments