mattkenefick / twigtovuejs

JavaScript implementation of TwigToVue (PHP)
0 stars 0 forks source link

Items without native tags are failing #2

Open mattkenefick opened 3 years ago

mattkenefick commented 3 years ago
                                    {% if honor.honor.media and honor.honor.media.id %}
                                        <img src="{{ honor.honor.media.getUrl() }}" />
                                    {% else %}
                                        {{ svg("generic/honor.svg") }}
                                    {% endif %}

This is almost expected behavior, but we should look at if we want to do some partial rendering here.