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
Add support for JavaScript framework event attributes like @click, v-on:, x-on:, and : (binding shorthand) in component attributes
Add support for mixed content in component attributes, allowing combinations of static text and Django template syntax (e.g., class="btn {{ variant }}", href="/products/{{ id }}/", and even template tags like class="{% if active %}active{% endif %}").