diff --git a/package.json b/package.json index e6026e400..c4f6faf08 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "vue": "^2.5.16", "vue-click-outside": "^1.0.7", "vue-color": "^2.7.0", + "vue-easymde": "^0.1.6", "vue-infinite-loading": "^2.4.1", "vue-router": "^3.0.1", "vue-smooth-dnd": "^0.8.0", diff --git a/src/App.vue b/src/App.vue index 4c5bd787c..c32ec049f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -74,7 +74,7 @@ export default { }), // TODO: properly handle sidebar showing for route subview and board sidebar sidebarRouterView() { - console.log(this.$route) + // console.log(this.$route) return this.$route.name === 'card' || this.$route.name === 'board.details' }, sidebarShown() { diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 3908a85da..2517c77b4 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -28,7 +28,6 @@