Hibiscus_L
Hibiscus_L
Is there any progress on this issue? I can reproduce this issue in 2.1.10 and 2.2.0 versions
> Not sure if this was intentional. > > [language-tools/packages/component-meta/lib/base.ts](https://github.com/vuejs/language-tools/blob/10ca343d2d7b2cef7bfc4dc06656ee1eff4680e2/packages/component-meta/lib/base.ts#L318) > > Line 318 in [10ca343](/vuejs/language-tools/commit/10ca343d2d7b2cef7bfc4dc06656ee1eff4680e2) > > .filter(prop => !propEventRegex.test(prop.name)); It does seem to be the reason; is there...
> Looking at the Vue docs, filtering those props out is probably intentional because that is how you define event listeners for render functions: https://vuejs.org/guide/extras/render-function.html#v-on I know this. [Playground](https://play.vuejs.org/#eNqFUk1v1DAQ/SvGl2ylkgjBacmGQlUEHKACJC6+hGSSdet4LNsJK0X574zt3W0qPnqbmfdm/MbzZv7WmHwagW956RorjWcO/GgqoeVg0Ho2MwsdW1hncWAZUbMzdL2Xqj0CeXGNQxxFuNANaufZ4Hq2C/2b7AMohewHWtU+yy4eKKjfIxJpc8F2FZuFZqErn2o1ApWziNPIReiySApJGyUeBqNqD5QxVu5fVPMc31uWsqAsVpsocIv6eYe4EzwOE5wVa/jqT6wsVtP5JfeOxHayz+8cavqqKFPwhjaWCuwX4yUtI/g2LRCwmtb99SnWvB3h8lRv9tDc/6V+5w6hJvitBQd2AsHPmK9tDz7BN98+w4HiMzhgOypi/wf8Cg7VGDQm2rtRtyR7xYtqP8arSt1/dzcHD9qdlgpCA3OJfMHpyOHY/1r9Qe7L/FXso/PRL54MsvKaqnVPf+9pwNl3yRfGonFkgBY6qeE2ZGV8Id7pzfZomAll+5rGV5uVp7yVfQ/2saviwDx154H9hKNaOcWAwp+j96jZVaNkcx/kpvmkuTqGZZE4qbVIvY9dtPwGu0sjAA==) In...