From 0902be2affa49e4ab27445af9cc3828bd2799bc8 Mon Sep 17 00:00:00 2001 From: Chad Derya Date: Fri, 30 Aug 2019 17:55:46 +0100 Subject: [PATCH] Making a platform selector, dropdown/radio button WIP --- .../components/Settings/Dropdown/Platform.vue | 49 +++++++++++++++++++ .../components/Settings/Dropdown/index.js | 1 + src/layout/components/Settings/index.vue | 18 ++++++- 3 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 src/layout/components/Settings/Dropdown/Platform.vue create 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 new file mode 100644 index 00000000..378c6992 --- /dev/null +++ b/src/layout/components/Settings/Dropdown/Platform.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/src/layout/components/Settings/Dropdown/index.js b/src/layout/components/Settings/Dropdown/index.js new file mode 100644 index 00000000..d3d89a31 --- /dev/null +++ b/src/layout/components/Settings/Dropdown/index.js @@ -0,0 +1 @@ +export { default as PlatformDropdown } from './Platform' diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index 32ef0189..7c3c4b1e 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -23,17 +23,28 @@ +
+ Select Platform + +
+