Feat: import all FontAwesomeIcon

This commit is contained in:
Bertrand Benjamin 2018-12-03 11:03:23 +01:00
parent 84768e5239
commit 97cec37bda
1 changed files with 2 additions and 8 deletions

View File

@ -9,18 +9,12 @@ import 'bootstrap-vue/dist/bootstrap-vue.css'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faCar, faChargingStation, faRoad,
faUtensils, faDirections,
faFileInvoiceDollar, faMoneyBillWave, faCreditCard,
faShoppingCart, faShoppingBasket
fas
} from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
library.add(
faCar, faChargingStation, faRoad,
faUtensils, faDirections,
faFileInvoiceDollar, faMoneyBillWave, faCreditCard,
faShoppingCart, faShoppingBasket
fas
)
Vue.component('font-awesome-icon', FontAwesomeIcon)