summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyTitle.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyTitle.vue')
-rw-r--r--src/components/Properties/PropertyTitle.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/Properties/PropertyTitle.vue b/src/components/Properties/PropertyTitle.vue
index 56d64b8f..4bda3363 100644
--- a/src/components/Properties/PropertyTitle.vue
+++ b/src/components/Properties/PropertyTitle.vue
@@ -39,18 +39,18 @@ export default {
icon: {
type: String,
default: '',
- required: true
+ required: true,
},
readableName: {
type: String,
default: '',
- required: true
+ required: true,
},
info: {
type: String,
default: '',
- required: false
- }
- }
+ required: false,
+ },
+ },
}
</script>