#3 przyciski do szerowania - fix minor vue caveat

This commit is contained in:
Andrea Vos 2020-07-24 19:42:36 +02:00
parent b2949ddea2
commit 1b2842f1d6

View File

@ -26,7 +26,7 @@
export default {
props: {
title: { default: 'Zaimki.pl' },
networks: { default: ['twitter', 'reddit', 'facebook', 'telegram', 'whatsapp', 'messenger'] },
networks: { default: _ => ['twitter', 'reddit', 'facebook', 'telegram', 'whatsapp', 'messenger'] },
},
data() {
return {