-
Notifications
You must be signed in to change notification settings - Fork 3
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
发现swig无法识别data-xxxx="****"这钟形式的属性 #2
Comments
是在使用哪个标签的时候? 发自我的 iPhone
|
html上使用ng-app="XXXX"就出问题了 |
看 #1,下周发版支持 发自我的 iPhone
|
已发布 #1 |
已经能支持直接写 attrs 了。 如: {% html lang="en" framework="spa:static/js/mod.js" data-id="123" data-123="fds" %} 原来的 attrs='key="value"' 用法可以继续使用。 已发布新版,欢迎试用。 |
赞 |
所以在使用这种属性的时候就报错了,建议添加attr.k 和 attr.v值是否存在的判断或者判断attr是否为object。
The text was updated successfully, but these errors were encountered: