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

8 lines
119 B
Vue

<template>
<h3 :id="id"><slot /></h3>
</template>
<script setup lang="ts">
defineProps<{ id: string }>();
</script>