From fc094eee011f34f937471f187152fee97ad1a796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Sat, 25 Aug 2018 10:07:55 +0200 Subject: [PATCH] Fix missed property --- .../Resources/Private/Assets/js/components/Watchlist.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue index 0e7650e2..4d99aa8b 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue @@ -52,7 +52,8 @@ data () { return { teasers: {}, - total: 0 + total: 0, + loading: false } }, methods: {