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 6815378 commit 570b5d9Copy full SHA for 570b5d9
test/multi-row.test.js
@@ -27,7 +27,7 @@ describe(`Component initialized with multi row setup.`, () => {
27
</div>
28
`,
29
computed: {
30
- ...mapMultiRowFields([`users`, { usersfun: () => `users` }}]),
+ ...mapMultiRowFields([`users`, { usersfun: () => `users` }]),
31
},
32
};
33
0 commit comments