Introduction
- Nuxt - The Nuxt website
<button class="button" :class="{ 'is-primary': primary }" @click="$emit('click')">
<slot></slot>
</button>
<button class="button" :class="{ 'is-primary': primary }" @click="$emit('click')">
<slot></slot>
</button>