diff options
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index 42b6bcb2..90ee2887 100644 --- a/src/main.js +++ b/src/main.js @@ -33,7 +33,7 @@ import VueClickOutside from 'v-click-outside' import PortalVue from 'portal-vue' import VBodyScrollLock from './directives/body_scroll_lock' -import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' +import { FontAwesomeIcon, FontAwesomeLayers } from '@fortawesome/vue-fontawesome' import afterStoreSetup from './boot/after_store.js' @@ -48,6 +48,7 @@ Vue.use(PortalVue) Vue.use(VBodyScrollLock) Vue.component('FAIcon', FontAwesomeIcon) +Vue.component('FALayers', FontAwesomeLayers) const i18n = new VueI18n({ // By default, use the browser locale, we will update it if neccessary |
