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

行内事件中多个表达式报错 #75

Open
FULINGJU opened this issue Sep 9, 2021 · 3 comments
Open

行内事件中多个表达式报错 #75

FULINGJU opened this issue Sep 9, 2021 · 3 comments

Comments

@FULINGJU
Copy link

FULINGJU commented Sep 9, 2021

转换前
@Focus="
hospitalListVisible = true;
noApi = true;
"
转换后
@Focus="
hospitalListVisible = true;
noApi = true
"
分号会丢失,需要添加逗号来间隔

@shuerguo999
Copy link
Contributor

能否粘贴详细的代码示例或者使用playground复现?

@hyshzx
Copy link

hyshzx commented Mar 30, 2022

@ok="
getContractBookkeepingTaskList()
stopBookTaskVisible = bookTaskVisible = taskVisible = false
$emit('refresh-product-list')
"
我 这里面的分号全被 转化掉了

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

No branches or pull requests

3 participants