From e9f0d91ad7dd613f0ffbcfcd510a997580b4017c Mon Sep 17 00:00:00 2001 From: Chad Derya Date: Tue, 3 Sep 2019 09:29:59 +0100 Subject: [PATCH] console.log ing the radio input --- src/views/dashboard/admin/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index aa2c8bfe..4c90a504 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -2,10 +2,10 @@
- + DE - + UK @@ -101,6 +101,9 @@ export default { methods: { handleSetLineChartData(type) { this.lineChartData = lineChartData[type] + }, + someHandler() { + console.log(this.platform) } } }