aboutsummaryrefslogtreecommitdiff
path: root/src/components/SettingsPage.vue
blob: b3174bfda44dc7212fb46b2a62b7a4dd6599ee86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <v-file-input show-size label="Wallpaper"></v-file-input>
</template>

<script>
export default {
  name: "SettingsPage",

  data: () => ({
    //
  }),
};
</script>