Subscribe on changes!

Event handler inline function do not support console log

avatar
May 9th 2022

Version

3.2.33

Reproduction link

sfc.vuejs.org/

Steps to reproduce

see sfc link

What is expected?

template is not support console.log in linline function

What is actually happening?

template should support console.log in linline function

avatar
May 9th 2022

This is by design:

https://github.com/vuejs/core/blob/0683a022ec83694e29636f64aaf3c04012e9a7f0/packages/shared/src/globalsWhitelist.ts#L3-L6

@Justineo I get it, is there any plan to support it in the future.