* 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>
12 lines
433 B
Vue
12 lines
433 B
Vue
<template>
|
|
<P>
|
|
The free updates that will be provided is based on the <A href="/" class="underline hover:no-underline">roadmap</A> that we have laid out for this project. It is also possible that we will provide
|
|
extra updates outside of the roadmap as well.
|
|
</P>
|
|
</template>
|
|
|
|
<script setup>
|
|
import A from '../../../../src/components/Typography/A.vue'
|
|
import P from '../../../../src/components/Typography/P.vue'
|
|
</script>
|