6 lines
196 B
Vue
6 lines
196 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>For more information visit <PrimeVueNuxtLink to="/dialog/#pt.viewer">Dialog PT</PrimeVueNuxtLink>.</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|