Skip to content

Commit 4f2f6ed

Browse files
committed
Fix slot fallback
1 parent 646b202 commit 4f2f6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/vue-slot/component-has-two-default-slots-with-fallback-value.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<button class="{{ class|default('') }}" style="{{ style|default('') }}">
99
{{ slot_default|default(slot_default_fallback_2) }}
1010
</button>
11-
{% endif %}
11+
{% endif %}

0 commit comments

Comments
 (0)