8 lines
161 B
Vue
8 lines
161 B
Vue
<template>
|
|
<Heading tag="h5">Heading 5</Heading>
|
|
</template>
|
|
|
|
<script setup>
|
|
import Heading from '../../../../src/components/Typography/Heading.vue'
|
|
</script>
|