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 f764db4 commit 1bc13f8Copy full SHA for 1bc13f8
src/compiler/codegen/index.js
@@ -152,7 +152,7 @@ function genData (el: ASTElement): string | void {
152
data += `${genHandlers(el.events)},`
153
}
154
if (el.nativeEvents) {
155
- data += `${genHandlers(el.nativeEvents, true)}`
+ data += `${genHandlers(el.nativeEvents, true)},`
156
157
// inline-template
158
if (el.inlineTemplate) {
0 commit comments