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 a5fb734 commit a5f9a30Copy full SHA for a5f9a30
src/emit.ts
@@ -68,7 +68,7 @@ function recordEvent(
68
if (event.startsWith('update:')) {
69
if (args.length !== 1) {
70
throw new Error(
71
- 'Two-way bound properties have to emit a single value.' +
+ 'Two-way bound properties have to emit a single value. ' +
72
args.length +
73
' values given.'
74
)
0 commit comments