mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
790a54897a
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
6 lines
67 B
Vue
6 lines
67 B
Vue
<template>
|
|
<BaseButton>
|
|
<slot />
|
|
</BaseButton>
|
|
</template>
|