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