summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyGroups.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyGroups.vue')
-rw-r--r--src/components/Properties/PropertyGroups.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Properties/PropertyGroups.vue b/src/components/Properties/PropertyGroups.vue
index 700a44dc..03026992 100644
--- a/src/components/Properties/PropertyGroups.vue
+++ b/src/components/Properties/PropertyGroups.vue
@@ -119,10 +119,10 @@ export default {
* we need to make sure to update the local data on pop change
* TODO: check if this create performance drop
*/
- value: function() {
+ value() {
this.localValue = this.value
},
- selectType: function() {
+ selectType() {
this.localType = this.selectType
},
},