mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
6 lines
73 B
Vue
6 lines
73 B
Vue
<template>
|
|
<button role="button">
|
|
<slot />
|
|
</button>
|
|
</template>
|