* feat: typography * feat: typography * feat: typography * Update docs/components/heading.md * Update src/components/Typography/A.vue * Update src/components/Typography/Heading.vue * Update src/components/Typography/Img.vue * Update src/components/Typography/P.vue --------- Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>
8 lines
170 B
Vue
8 lines
170 B
Vue
<template>
|
|
<Heading tag="h2">This is my heading</Heading>
|
|
</template>
|
|
|
|
<script setup>
|
|
import Heading from '../../../../src/components/Typography/Heading.vue'
|
|
</script>
|