From 035550359ade04317e89510bd3abc7f5c861cf82 Mon Sep 17 00:00:00 2001 From: PAJohnson Date: Thu, 24 Sep 2020 22:48:37 -0400 Subject: [PATCH] Remove v-bind:, replace with : shorthand --- GUI/src/App.vue | 14 ++-- GUI/src/components/Axis.vue | 10 +-- GUI/src/components/controls/CtrlBoolean.vue | 2 +- GUI/src/components/controls/CtrlEnum.vue | 3 +- .../components/wizard/choices/wizardBrake.vue | 2 +- .../wizard/choices/wizardChoice.vue | 4 +- .../choices/wizardEncoderIncremental.vue | 2 +- .../choices/wizardEncoderIncrementalIndex.vue | 2 +- .../components/wizard/choices/wizardEnd.vue | 4 +- .../wizard/choices/wizardInputFiltered.vue | 2 +- .../wizard/choices/wizardInputTrajectory.vue | 2 +- .../wizard/choices/wizardInputVelRamp.vue | 2 +- .../components/wizard/choices/wizardMisc.vue | 2 +- .../components/wizard/choices/wizardMotor.vue | 2 +- GUI/src/components/wizard/wizardPage.vue | 28 +++---- GUI/src/views/Dashboard.vue | 80 +++++++++---------- GUI/src/views/Start.vue | 2 +- GUI/src/views/Wizard.vue | 4 +- 18 files changed, 84 insertions(+), 83 deletions(-) diff --git a/GUI/src/App.vue b/GUI/src/App.vue index 00ba32ef..f3a4dc40 100644 --- a/GUI/src/App.vue +++ b/GUI/src/App.vue @@ -5,7 +5,7 @@ @@ -22,8 +22,8 @@