Use AppSidebar component for card sidebar

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-04-26 10:22:26 +02:00
parent 74eb579474
commit a7497aa590
2 changed files with 27 additions and 11 deletions

View File

@@ -21,13 +21,7 @@
-->
<template>
<div id="app-sidebar">
<span class="icon-close" title="Close" @click="closeSidebar">
<span class="hidden-visually">Close</span>
</span>
<router-view name="sidebar" />
</div>
</template>
<script>