You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems neither <button ${keyName}> nor <button ${keyName}=${value}> works. As long as <button key=${value}> works, it's no problem for me (I don't see it as a bug), but I thought it may be good to mention in the doc. Thanks!
The text was updated successfully, but these errors were encountered:
first of all thanks for the amazing framework!
I found that jdom parsing fails when I try to set an attribute name using a variable:
https://codepen.io/naotohieda/pen/RwZLVvj
It seems neither
<button ${keyName}>
nor<button ${keyName}=${value}>
works. As long as<button key=${value}>
works, it's no problem for me (I don't see it as a bug), but I thought it may be good to mention in the doc. Thanks!The text was updated successfully, but these errors were encountered: