From bfa24d75b1b045c35f3660e68dff72f36946f341 Mon Sep 17 00:00:00 2001 From: xidedix Date: Thu, 24 May 2018 20:38:50 +0200 Subject: [PATCH] refactor(Buttons): view rearrange --- src/views/buttons/StandardButtons.vue | 881 +++++++++++++++++++------- 1 file changed, 668 insertions(+), 213 deletions(-) diff --git a/src/views/buttons/StandardButtons.vue b/src/views/buttons/StandardButtons.vue index 793ad447..a630809e 100644 --- a/src/views/buttons/StandardButtons.vue +++ b/src/views/buttons/StandardButtons.vue @@ -1,225 +1,680 @@ @@ -227,7 +682,7 @@ export default { name: 'standard-buttons', data: () => { - return { myToggle: false } + return { togglePress: false } } }