Introduction

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