feat: Initial commit of v3-alpha

This commit is contained in:
woothu
2019-02-06 10:57:52 +01:00
parent 74b325afc5
commit da02129f01
22 changed files with 1020 additions and 685 deletions
+8 -8
View File
@@ -33,20 +33,20 @@
<b-button size="sm" class="my-2 my-sm-0" type="submit">Search</b-button>
</b-nav-form>
<c-nav-item-dropdown text="Lang">
<!-- <template slot="button-content">
<!-- <c-nav-item-dropdown text="Lang">
<template slot="button-content">
<img
src="img/avatars/6.jpg"
class="img-avatar"
alt="admin@bootstrapmaster.com" />
</template> -->
</template>
<template slot="dropdown">
<a href="#" class='dropdown-item'>EN</a>
<a href="#" class='dropdown-item'>ES</a>
<a href="#" class='dropdown-item'>RU</a>
<a href="#" class='dropdown-item'>FA</a>
</template>
</c-nav-item-dropdown>
</c-nav-item-dropdown> -->
<b-nav-item-dropdown right>
<!-- Using button-content slot -->
@@ -165,12 +165,12 @@
</template>
<script>
import CNavItemDropdown from './CNavItemDropdown'
// import CNavItemDropdown from './CNavItemDropdown'
export default {
name: 'navbars',
components:{
CNavItemDropdown
}
// components:{
// CNavItemDropdown
// }
}
</script>