mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
7 lines
95 B
Vue
7 lines
95 B
Vue
<template>
|
|
<div>
|
|
<h2 class="demo-title">Customize</h2>
|
|
<slot />
|
|
</div>
|
|
</template>
|