Thanks to visit codestin.com Credit goes to github.com
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 4af8583 commit 9bc3c7eCopy full SHA for 9bc3c7e
‎packages/runtime-core/src/apiSetupHelpers.ts‎
@@ -414,7 +414,7 @@ export function useModel(
414
return {
415
next() {
416
if (i < 2) {
417
- return { value: i++ ? props[modifierKey] : res, done: false }
+ return { value: i++ ? props[modifierKey] || {} : res, done: false }
418
} else {
419
return { done: true }
420
}
0 commit comments