2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00
Files
vue-select/docs/components/content/Lead.vue
T
Jeff Sagal 6d59e6fd02 init
2022-07-26 22:04:12 -07:00

4 lines
91 B
Vue

<template>
<p class="lead"><Markdown :use="$slots.default" unwrap="p" /></p>
</template>