mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
781ff3c259
56 changed files with 871 additions and 807 deletions
|
@ -59,7 +59,10 @@
|
|||
{{ v }}
|
||||
</div>
|
||||
|
||||
<span v-else :id="id + '.' + k" class="doc-option-description"> {{ v }} </span>
|
||||
<template v-else>
|
||||
<span v-if="v?.includes('<a')" :id="id + '.' + k" class="doc-option-description" v-html="v"> </span>
|
||||
<span v-else :id="id + '.' + k" class="doc-option-description">{{ v }} </span>
|
||||
</template>
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -2,7 +2,7 @@ import pkg from '../../../package.json';
|
|||
import { services } from './services';
|
||||
|
||||
const PrimeVue = {
|
||||
version: '^3.35.0',
|
||||
version: '^3.36.0',
|
||||
description:
|
||||
'PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 400+ ready to use UI blocks to build spectacular applications in no time.'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue