From 0873f5b8e46aeef9bdaea7c5d7912064dca1f7c1 Mon Sep 17 00:00:00 2001 From: Chad Derya Date: Tue, 3 Sep 2019 08:57:57 +0100 Subject: [PATCH] got a radio button changes on click --- .../components/Settings/Dropdown/Platform.vue | 49 ------------------- .../components/Settings/Dropdown/index.js | 1 - src/layout/components/Settings/index.vue | 12 +---- src/views/dashboard/admin/index.vue | 12 ++++- 4 files changed, 13 insertions(+), 61 deletions(-) delete mode 100644 src/layout/components/Settings/Dropdown/Platform.vue delete mode 100644 src/layout/components/Settings/Dropdown/index.js diff --git a/src/layout/components/Settings/Dropdown/Platform.vue b/src/layout/components/Settings/Dropdown/Platform.vue deleted file mode 100644 index 378c6992..00000000 --- a/src/layout/components/Settings/Dropdown/Platform.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - - - diff --git a/src/layout/components/Settings/Dropdown/index.js b/src/layout/components/Settings/Dropdown/index.js deleted file mode 100644 index d3d89a31..00000000 --- a/src/layout/components/Settings/Dropdown/index.js +++ /dev/null @@ -1 +0,0 @@ -export { default as PlatformDropdown } from './Platform' diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index 7c3c4b1e..486e0566 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -23,24 +23,18 @@ -
- Select Platform - -
- diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index 8cb557be..aa2c8bfe 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -2,6 +2,15 @@
+ + DE + + + UK + + +

{{ platform }}

+ @@ -85,7 +94,8 @@ export default { }, data() { return { - lineChartData: lineChartData.newVisitis + lineChartData: lineChartData.newVisitis, + platform: 'UK' } }, methods: {