From 5a0dc0b47f64308644e003ae6a5ea24a5bd8819e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 27 Jul 2021 13:42:44 +0300 Subject: [PATCH] refactor --- src/views/dock/DockDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dock/DockDoc.vue b/src/views/dock/DockDoc.vue index 4d8df21c3..727f7f7c4 100644 --- a/src/views/dock/DockDoc.vue +++ b/src/views/dock/DockDoc.vue @@ -612,7 +612,7 @@ export default { const images = ref(); const nodes = ref(); 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([ { label: 'Finder',