Skip to content

Commit f5cd9a3

Browse files
committed
Fix no initial value in reducer
1 parent 10ce687 commit f5cd9a3

File tree

1 file changed

+1
-1
lines changed
  • src/vfjs-global-mixin/methods/vfjs-helpers

1 file changed

+1
-1
lines changed

src/vfjs-global-mixin/methods/vfjs-helpers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const vfjsHelpers = {
260260
}
261261

262262
return properties;
263-
});
263+
}, {});
264264
}
265265

266266
const { schema, model, options } = dynamicOptions;

0 commit comments

Comments
 (0)