Merge branch 'master' into master

This commit is contained in:
Cagatay Civici 2023-10-11 20:45:31 +03:00 committed by GitHub
commit 781ff3c259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 871 additions and 807 deletions

View file

@ -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>

View file

@ -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.'
};