fix 修复种子

This commit is contained in:
2021-05-06 13:48:01 +08:00
parent c5524d00d2
commit b36f1e3f6d
3 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ export default {
let flag = auth(props.auth)
if (flag) {
return scopedSlots.default()
return scopedSlots.default && scopedSlots.default()
}
return false