mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fix Archieve typos
This commit is contained in:
parent
3a68a9f6ce
commit
fc7f8aedad
19 changed files with 59 additions and 59 deletions
|
@ -213,7 +213,7 @@ export default {
|
|||
]
|
||||
},
|
||||
{
|
||||
label: 'Archieve',
|
||||
label: 'Archive',
|
||||
icon: 'pi pi-fw pi-calendar-times',
|
||||
items: [
|
||||
{
|
||||
|
@ -269,7 +269,7 @@ export default {
|
|||
<i class="pi pi-bars px-2" />
|
||||
</template>
|
||||
</Menubar>
|
||||
|
||||
|
||||
<div class="dock-window dock-advanced">
|
||||
<Dock :model="items">
|
||||
<template #item="{ item }">
|
||||
|
@ -278,15 +278,15 @@ export default {
|
|||
</a>
|
||||
</template>
|
||||
</Dock>
|
||||
|
||||
|
||||
<Dialog v-model:visible="displayTerminal" header="Terminal" :breakpoints="{ '960px': '50vw' }" :style="{ width: '40vw' }" :maximizable="true">
|
||||
<Terminal welcomeMessage="Welcome to PrimeVue(cmd: 'date', 'greet {0}', 'random' and 'clear')" prompt="primevue $" />
|
||||
</Dialog>
|
||||
|
||||
|
||||
<Dialog v-model:visible="displayFinder" header="Finder" :breakpoints="{ '960px': '50vw' }" :style="{ width: '40vw' }" :maximizable="true">
|
||||
<Tree :value="nodes" />
|
||||
</Dialog>
|
||||
|
||||
|
||||
<Galleria v-model:visible="displayPhotos" :value="images" :responsiveOptions="responsiveOptions" :numVisible="2" containerStyle="width: 400px" :circular="true" :fullScreen="true" :showThumbnails="false" :showItemNavigators="true">
|
||||
<template #item="slotProps">
|
||||
<img :src="slotProps.item.itemImageSrc" :alt="slotProps.item.alt" style="width: 100%" />
|
||||
|
@ -464,7 +464,7 @@ export default {
|
|||
]
|
||||
},
|
||||
{
|
||||
label: 'Archieve',
|
||||
label: 'Archive',
|
||||
icon: 'pi pi-fw pi-calendar-times',
|
||||
items: [
|
||||
{
|
||||
|
@ -560,7 +560,7 @@ export default {
|
|||
<div>
|
||||
<div class="card dock-demo">
|
||||
<Toast position="top-center" group="tc" />
|
||||
|
||||
|
||||
<Menubar :model="menubarItems">
|
||||
<template #start>
|
||||
<i class="pi pi-apple px-2"></i>
|
||||
|
@ -783,7 +783,7 @@ const menubarItems = ref([
|
|||
]
|
||||
},
|
||||
{
|
||||
label: 'Archieve',
|
||||
label: 'Archive',
|
||||
icon: 'pi pi-fw pi-calendar-times',
|
||||
items: [
|
||||
{
|
||||
|
@ -855,7 +855,7 @@ const commandHandler = (text) => {
|
|||
background-image: url("https://primefaces.org/cdn/primevue/images/dock/window.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.dock-demo .p-menubar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue