From f4a35cffc25b337a4d4a219de255feeca6a1c04d Mon Sep 17 00:00:00 2001
From: woothu <32914662+woothu@users.noreply.github.com>
Date: Mon, 24 Jun 2019 14:40:18 +0200
Subject: [PATCH] refactor: adjust widgets to library component changes
---
src/views/Dashboard.vue | 6 +-
src/views/widgets/Widgets.vue | 81 ++++++-------------
.../{WidgetsSocial.vue => WidgetsBrand.vue} | 32 ++++----
src/views/widgets/WidgetsDropdown.vue | 73 ++++++++---------
4 files changed, 81 insertions(+), 111 deletions(-)
rename src/views/widgets/{WidgetsSocial.vue => WidgetsBrand.vue} (91%)
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 15faaa59..dbf15ce0 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -82,7 +82,7 @@
-
+
@@ -451,7 +451,7 @@