Add new Breadcrumb vue component

This commit is contained in:
Bubka
2020-10-22 17:05:55 +02:00
parent 7f91b7144b
commit 27dbf6b72f
3 changed files with 46 additions and 15 deletions

View File

@ -15,7 +15,8 @@ import {
faSearch,
faEllipsisH,
faBars,
faSpinner
faSpinner,
faChevronLeft
} from '@fortawesome/free-solid-svg-icons'
import {
@ -35,7 +36,8 @@ library.add(
faEllipsisH,
faBars,
faSpinner,
faGithubAlt
faGithubAlt,
faChevronLeft
);
Vue.component('font-awesome-icon', FontAwesomeIcon)