summaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/Setting.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/components/Setting.vue')
-rw-r--r--apps/files/src/components/Setting.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/src/components/Setting.vue b/apps/files/src/components/Setting.vue
index acd7e8d1bce..b50a938cb52 100644
--- a/apps/files/src/components/Setting.vue
+++ b/apps/files/src/components/Setting.vue
@@ -30,11 +30,11 @@ export default {
el: {
type: Function,
required: true,
- }
+ },
},
mounted() {
this.$el.appendChild(this.el())
- }
+ },
}
</script>
<style>