primevue-mirror/apps/showcase/doc/guides/primeflex/CompatibilityDoc.vue

20 lines
622 B
Vue
Raw Permalink Normal View History

2025-02-15 21:46:31 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>The compatible versions to choose the correct combination.</p>
<div class="doc-tablewrapper">
<table class="doc-table">
<tbody>
<tr>
<td>PrimeVue v4 and newer</td>
<td>PrimeFlex v4</td>
</tr>
<tr>
<td>PrimeVue v3 and older</td>
<td>PrimeFlex v3</td>
</tr>
</tbody>
</table>
</div>
</DocSectionText>
</template>