<div class="example">
Example variable
</div>
<div class="example">
{{ title }}
</div>
{
"title": "Example variable"
}
console.log('Hello from the example component');
.example {
padding: 20px;
background: red;
color: #fff;
}
There are no notes for this item.