diff --git a/src/renderer/components/TheSettingBar.vue b/src/renderer/components/TheSettingBar.vue
index e890ad80..3a917d02 100644
--- a/src/renderer/components/TheSettingBar.vue
+++ b/src/renderer/components/TheSettingBar.vue
@@ -8,7 +8,7 @@
@close-context="isContext = false"
/>
-
+
{{ getConnectionName(connection.uid) }}
-
+
-
import { mapActions, mapGetters } from 'vuex';
-import draggable from 'vuedraggable';
+import Draggable from 'vuedraggable';
import SettingBarContext from '@/components/SettingBarContext';
export default {
name: 'TheSettingBar',
components: {
- draggable,
+ Draggable,
SettingBarContext
},
data () {
diff --git a/src/renderer/components/Workspace.vue b/src/renderer/components/Workspace.vue
index 47df4f4e..1d386c48 100644
--- a/src/renderer/components/Workspace.vue
+++ b/src/renderer/components/Workspace.vue
@@ -6,12 +6,88 @@
:is-selected="isSelected"
/>