diff --git a/packages/client/package.json b/packages/client/package.json index 7793c9a37..f385649b9 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -96,6 +96,7 @@ "vue-draggable-plus": "^0.2.2", "vue-isyourpasswordsafe": "^2.0.0", "vue-plyr": "^7.0.0", - "vue-prism-editor": "2.0.0-alpha.2" + "vue-prism-editor": "2.0.0-alpha.2", + "vuedraggable": "next" } } diff --git a/packages/client/src/pages/settings/navbar.vue b/packages/client/src/pages/settings/navbar.vue index 9ef184fcf..932149f5d 100644 --- a/packages/client/src/pages/settings/navbar.vue +++ b/packages/client/src/pages/settings/navbar.vue @@ -1,59 +1,71 @@ + + \ No newline at end of file