From 4e1fd70b45bb41a4a72622cafeff6ee8de2504dc Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Mon, 8 Jul 2019 11:26:05 +0200 Subject: [PATCH] refactor: small changes --- src/containers/TheSidebar.vue | 2 +- src/{ => containers}/_nav.js | 0 src/views/base/Carousels.vue | 10 +++++---- src/views/base/Forms.vue | 33 ++++++++++-------------------- src/views/base/Navbars.vue | 11 +++++----- src/views/base/Paginations.vue | 4 +++- src/views/base/Tabs.vue | 11 ++++------ src/views/notifications/Alerts.vue | 22 ++++---------------- src/views/notifications/Modals.vue | 24 +++++++--------------- 9 files changed, 42 insertions(+), 75 deletions(-) rename src/{ => containers}/_nav.js (100%) diff --git a/src/containers/TheSidebar.vue b/src/containers/TheSidebar.vue index 16f24aaa..feb0ec3a 100644 --- a/src/containers/TheSidebar.vue +++ b/src/containers/TheSidebar.vue @@ -9,7 +9,7 @@