From ab0b650696df075a666137c67ff48a2f526e32d3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 5 Mar 2018 20:09:26 +0900 Subject: #1184 --- src/web/app/common/views/components/switch.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/app/common') diff --git a/src/web/app/common/views/components/switch.vue b/src/web/app/common/views/components/switch.vue index cfc2f38e2d..19a4adc3de 100644 --- a/src/web/app/common/views/components/switch.vue +++ b/src/web/app/common/views/components/switch.vue @@ -56,6 +56,7 @@ export default Vue.extend({ }, watch: { value() { + (this.$el).style.transition = 'all 0.3s'; (this.$refs.input as any).checked = this.checked; } }, -- cgit v1.2.3-freya