Update OverviewDoc.vue

pull/6705/head
Mert Sincan 2024-11-01 06:56:40 +00:00
parent 7f5264a2a7
commit a05d2dbb57
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<DocSectionText v-bind="$attrs">
<p>With <i>@primevue/icons</i> for icons and <i>primevue</i> for components (except Editor and Chart), multiple items can be imported together.</p>
</DocSectionText>
<pre v-code><code>
<pre v-code.script><code>
import { Button, InputText } from 'primevue';
import { SearchIcon, BellIcon } from '@primevue/icons';