refactor: clean code

This commit is contained in:
woothu
2019-04-29 09:40:50 +02:00
parent a3532c8f40
commit 0644f3d811
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<CSidebar fixed :display="md">
<CSidebar fixed>
<CSidebarHeader/>
<CSidebarForm/>
<CSidebarNav :navItems="computedNav"/>
+1 -1
View File
@@ -62,7 +62,7 @@ Vue.use(Router)
export default new Router({
mode: 'hash', // https://router.vuejs.org/api/#mode
linkActiveClass: 'open active',
linkActiveClass: 'active',
scrollBehavior: () => ({ y: 0 }),
routes: [
{
+1 -1
View File
@@ -120,7 +120,7 @@
</CCardHeader>
<CCardBody>
<div>
<CButtonToolbar key-nav aria-label="Toolbar with button groups">
<CButtonToolbar aria-label="Toolbar with button groups">
<CButtonGroup class="mx-1">
<CButton class="d-sm-down-none">&laquo;</CButton>
<CButton>&lsaquo;</CButton>