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: {