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 43e5a81 commit 57bdb16Copy full SHA for 57bdb16
packages/content/templates/nuxt-content.js
@@ -94,7 +94,7 @@ function isTemplate (node) {
94
function getSlotName (node) {
95
let name = ''
96
for (const propName of Object.keys(node.props)) {
97
- if (!propName.startsWith('#') && !propName.startsWith('v-slot:')) { return }
+ if (!propName.startsWith('#') && !propName.startsWith('v-slot:')) { continue }
98
name = propName.split(/[:#]/, 2)[1]
99
break
100
}
0 commit comments