pull/1391/head
Tuğçe Küçükoğlu 2021-07-27 13:42:44 +03:00
parent eea3322ae1
commit 5a0dc0b47f
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ export default {
const images = ref(); const images = ref();
const nodes = ref(); const nodes = ref();
const toast = useToast(); const toast = useToast();
const imgErrorPath = 'https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png', const imgErrorPath = ref('https://www.primefaces.org/wp-content/uploads/2020/05/placeholder.png'),
const dockItems = ref([ const dockItems = ref([
{ {
label: 'Finder', label: 'Finder',