Go back to Examples

Bind text to an item

CMS - Intermediate

Collection items can be binded to a text element such as a heading by using `v-html` along with the item name and field name.

                <h1 v-html="item.name"></h1>