unibest/src/components/AppTest.vue

6 lines
55 B
Vue
Raw Normal View History

<template>
<span>
<slot />
</span>
</template>