vuejs/vue-vapor

`v-on` fails to wrap inline statements in a function expression.

LoTwT opened this issue · 0 comments

LoTwT commented

description

v-on fails to wrap inline statements in a function expression.

Playground URL

image

vue/compiler-core breaks up the compound expression here and generate here.

Should compiler-vapor also process this situation in the genEventHandler?