# HG changeset patch # User Thomas Junk # Date 1540465869 -7200 # Node ID 82ae9cb569825aebd00bba4f7801f69ac0893eb2 # Parent e3f3e645792b602065249b2c4a19255bcda1c3f4 refac: removed properties from fairwayprofile Fairwayprofile has access to fairway store. Only things not directly read from store are now propagated as property. diff -r e3f3e645792b -r 82ae9cb56982 client/src/application/Main.vue --- a/client/src/application/Main.vue Thu Oct 25 11:31:59 2018 +0200 +++ b/client/src/application/Main.vue Thu Oct 25 13:11:09 2018 +0200 @@ -10,18 +10,12 @@
diff -r e3f3e645792b -r 82ae9cb56982 client/src/fairway/Fairwayprofile.vue --- a/client/src/fairway/Fairwayprofile.vue Thu Oct 25 11:31:59 2018 +0200 +++ b/client/src/fairway/Fairwayprofile.vue Thu Oct 25 13:11:09 2018 +0200 @@ -92,12 +92,6 @@ "yScaleLeft", "yScaleRight", "margin", - "totalLength", - "waterLevels", - "fairwayCoordinates", - "selectedWaterLevel", - "minAlt", - "maxAlt", "additionalSurveys" ], computed: { @@ -105,7 +99,13 @@ "startPoint", "endPoint", "currentProfile", - "selectedMorph" + "selectedMorph", + "minAlt", + "maxAlt", + "totalLength", + "fairwayCoordinates", + "waterLevels", + "selectedWaterLevel" ]), currentData() { const currentSurveyDate = this.selectedMorph.date_info;