Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

部分事件无法识别 #230

Closed
fengzilong opened this issue Nov 22, 2018 · 0 comments
Closed

部分事件无法识别 #230

fengzilong opened this issue Nov 22, 2018 · 0 comments
Assignees

Comments

@fengzilong
Copy link
Member

fengzilong commented Nov 22, 2018

比如

<comp on-e="{ this.onEvent() }"></comp>

regular/lib/walkers.js

Lines 620 to 622 in d97e576

var etest = name.match(_.eventReg);
// event: 'nav'
if(etest) attr.event = etest[1];

on-e 不匹配 _.eventReg,会导致 this.onEvent 直接执行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant