From ae369331f6056985e776df36a6b52146e5cd2c36 Mon Sep 17 00:00:00 2001 From: Kylart Date: Sun, 14 May 2017 21:55:00 +0200 Subject: [PATCH] Added icons on move to button --- pages/watchList.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pages/watchList.vue b/pages/watchList.vue index 10bd30e..c6ab2ac 100644 --- a/pages/watchList.vue +++ b/pages/watchList.vue @@ -7,7 +7,7 @@ Watching - play_circle_outline + tv Seen @@ -36,6 +36,9 @@ v-for="action in actions(i)" :key="action"> + + {{ action.icon }} + {{ action.name }} @@ -123,10 +126,10 @@