mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Reorganize resources/js folder
This commit is contained in:
31
resources/js/packages/fontawesome.js
vendored
Normal file
31
resources/js/packages/fontawesome.js
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||
|
||||
|
||||
import {
|
||||
faPlus,
|
||||
faQrcode,
|
||||
faImage,
|
||||
faTrash,
|
||||
faEdit,
|
||||
faCheck,
|
||||
faLock,
|
||||
faLockOpen,
|
||||
faSearch
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faPlus,
|
||||
faQrcode,
|
||||
faImage,
|
||||
faTrash,
|
||||
faEdit,
|
||||
faCheck,
|
||||
faLock,
|
||||
faLockOpen,
|
||||
faSearch
|
||||
);
|
||||
|
||||
Vue.component('font-awesome-icon', FontAwesomeIcon)
|
Reference in New Issue
Block a user