aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
author135e2 <[email protected]>2022-08-08 20:37:34 +0800
committer135e2 <[email protected]>2022-08-08 20:38:00 +0800
commit6c7edee70bb2a985f6e76b068adb6cf88ebee588 (patch)
tree0952db5dca49a0027dae940f74c1857574e17157 /src/components
parentaeb0867fdad1caf3d9538fe1cc717978cd6ec19a (diff)
downloadotonashi-6c7edee70bb2a985f6e76b068adb6cf88ebee588.tar.gz
otonashi-6c7edee70bb2a985f6e76b068adb6cf88ebee588.tar.bz2
otonashi-6c7edee70bb2a985f6e76b068adb6cf88ebee588.zip
feat: bringup SettingsPage initially
Diffstat (limited to 'src/components')
-rw-r--r--src/components/SettingsPage.vue13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/SettingsPage.vue b/src/components/SettingsPage.vue
new file mode 100644
index 0000000..b3174bf
--- /dev/null
+++ b/src/components/SettingsPage.vue
@@ -0,0 +1,13 @@
+<template>
+ <v-file-input show-size label="Wallpaper"></v-file-input>
+</template>
+
+<script>
+export default {
+ name: "SettingsPage",
+
+ data: () => ({
+ //
+ }),
+};
+</script>