-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
class="className {{ className }}" cause duplicated result #2075
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
Comments
That's an interesting behaviour, looking forward to some fix |
Interesting it hasn't been found sooner. Good catch. Scott |
|
Nice Bill. Thanks for the solution. Still, the binding of "test" shouldn't cause "icon-" to be inserted twice, should it? Scott |
@smolinari I would say no. Judging by docs, I just went along with the two default ways to bind classes. Always assumed that interpolation in any attribute value wouldn't work without prefixing with |
Cool. @pespantelis looks to have figured out the issue. Nice work Pantelis. 👍 Scott |
Thanks @smolinari 😃 |
source:
expect:
result:
here's the code:
https://jsfiddle.net/10ons60y/
是我的使用姿势不对吗 (:3」∠)
The text was updated successfully, but these errors were encountered: