0👍
<div :style="style">
<label :style="text">{{obraName}}</label>
<button @click="toggleListShow(idValue)">x</button>
<div :style="text"><slot></slot></div>
</div>
When you’re in the template section, you don’t need to use "this".
Source:stackexchange.com