Fix some eslint errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-02-14 13:58:15 +01:00
parent b46e4c918a
commit bd0aa664b8
8 changed files with 26 additions and 15 deletions

View File

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