Files
flowbite-vue/docs/components/typography/p/P.vue
2023-09-19 13:20:42 +03:00

17 lines
720 B
Vue

<template>
<div class="vp-raw">
<P class="mb-2">
Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest data from other software development tools, so your IT support and operations teams
have richer contextual information to rapidly respond to requests, incidents, and changes.
</P>
<P>
Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete
audit trail for every change.
</P>
</div>
</template>
<script setup>
import P from '../../../../src/components/Typography/P.vue'
</script>