mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +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>
|