17 lines
750 B
Vue
17 lines
750 B
Vue
<template>
|
|
<div class="vp-raw">
|
|
<P class="mb-2" weight="light">
|
|
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 weight="light">
|
|
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>
|