Use sidebar component for board sidebar

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-04-26 16:23:12 +02:00
parent e7400fe1e5
commit b854015e16
2 changed files with 22 additions and 106 deletions

View File

@@ -21,9 +21,7 @@
-->
<template>
<div id="app-sidebar">
<router-view name="sidebar" />
</div>
<router-view name="sidebar" />
</template>
<script>