We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a04e7 commit 9395fabCopy full SHA for 9395fab
src/components/hideAt.vue
@@ -44,7 +44,7 @@
44
}
45
46
if (shouldRender) {
47
- return (<div>{ this.$slots.default }</div>)
+ return this.$slots.default[0]
48
49
return null
50
src/components/showAt.vue
0 commit comments