primevue-mirror/doc/text/BasicDoc.vue

15 lines
477 B
Vue
Raw Normal View History

2024-02-16 08:48:00 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>
Commands are processed using an EventBus implementation called <i>TerminalService</i>. Import this service into your component and subscribe to the <i>command</i> event to process the commands by sending replies with the
<i>response</i> event.
</p>
</DocSectionText>
<div class="card"></div>
<DocSectionCode :code="{}" />
</template>
<script>
export default {};
</script>