update csb image

pull/1391/head
Tuğçe Küçükoğlu 2021-07-27 13:24:07 +03:00
parent 084c44487b
commit c880d6aa5c
1 changed files with 10 additions and 10 deletions

View File

@ -265,19 +265,19 @@ export default {
dockBasicItems: [ dockBasicItems: [
{ {
label: 'Finder', label: 'Finder',
icon: () => <img alt="Finder" src="demo/images/dock/finder.svg" style="width: 100%" /> icon: () => <img alt="Finder" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
}, },
{ {
label: 'App Store', label: 'App Store',
icon: () => <img alt="App Store" src="demo/images/dock/appstore.svg" style="width: 100%" /> icon: () => <img alt="App Store" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
}, },
{ {
label: 'Photos', label: 'Photos',
icon: () => <img alt="Photos" src="demo/images/dock/photos.svg" style="width: 100%" /> icon: () => <img alt="Photos" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
}, },
{ {
label: 'Trash', label: 'Trash',
icon: () => <img alt="trash" src="demo/images/dock/trash.png" style="width: 100%" /> icon: () => <img alt="trash" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
} }
], ],
menubarItems: [ menubarItems: [
@ -561,7 +561,7 @@ export default {
<Dock :model="dockItems"> <Dock :model="dockItems">
<template #item="{ item }"> <template #item="{ item }">
<a href="#" class="p-dock-action" v-tooltip.top="item.label" @click="onDockItemClick($event, item)"> <a href="#" class="p-dock-action" v-tooltip.top="item.label" @click="onDockItemClick($event, item)">
<img :alt="item.label" :src="item.icon" style="width: 100%" /> <img :alt="item.label" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" />
</a> </a>
</template> </template>
</Dock> </Dock>
@ -577,7 +577,7 @@ export default {
<Galleria v-model:visible="displayPhotos" :value="images" :responsiveOptions="responsiveOptions" :numVisible="2" containerStyle="width: 400px" <Galleria v-model:visible="displayPhotos" :value="images" :responsiveOptions="responsiveOptions" :numVisible="2" containerStyle="width: 400px"
:circular="true" :fullScreen="true" :showThumbnails="false" :showItemNavigators="true"> :circular="true" :fullScreen="true" :showThumbnails="false" :showItemNavigators="true">
<template #item="slotProps"> <template #item="slotProps">
<img :src="slotProps.item.itemImageSrc" :alt="slotProps.item.alt" style="width: 100%" /> <img src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" :alt="slotProps.item.alt" />
</template> </template>
</Galleria> </Galleria>
</div> </div>
@ -662,19 +662,19 @@ export default {
const dockBasicItems = ref([ const dockBasicItems = ref([
{ {
label: 'Finder', label: 'Finder',
icon: () => <img alt="Finder" src="demo/images/dock/finder.svg" style="width: 100%" /> icon: () => <img alt="Finder" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
}, },
{ {
label: 'App Store', label: 'App Store',
icon: () => <img alt="App Store" src="demo/images/dock/appstore.svg" style="width: 100%" /> icon: () => <img alt="App Store" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
}, },
{ {
label: 'Photos', label: 'Photos',
icon: () => <img alt="Photos" src="demo/images/dock/photos.svg" style="width: 100%" /> icon: () => <img alt="Photos" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
}, },
{ {
label: 'Trash', label: 'Trash',
icon: () => <img alt="trash" src="demo/images/dock/trash.png" style="width: 100%" /> icon: () => <img alt="trash" src="https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png" style="width: 100%" />
} }
]); ]);
const menubarItems = ref([ const menubarItems = ref([