From c5cde20f99d1b554513d24c2ef69e03da845f35c Mon Sep 17 00:00:00 2001 From: stasson Date: Sun, 28 Jan 2018 10:48:12 +0100 Subject: [PATCH] fix(switch): make alignEnd prop reactive fix #231 --- components/switch/mdc-switch.vue | 51 ++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/components/switch/mdc-switch.vue b/components/switch/mdc-switch.vue index 7e40bbc0..024fe7e2 100644 --- a/components/switch/mdc-switch.vue +++ b/components/switch/mdc-switch.vue @@ -1,16 +1,31 @@