2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-29 05:14:04 +03:00
Files
vue-select/docs/components/content/ProseH2.vue
T
Jeff Sagal f602913216 lint
2022-07-26 22:20:24 -07:00

8 lines
118 B
Vue

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