Added options, preparing for Quasar rewrite
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { library, config } from '@fortawesome/fontawesome-svg-core'
|
||||
import { fab } from '@fortawesome/free-brands-svg-icons'
|
||||
import { fas } from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||
|
||||
// Add icon packs.
|
||||
library.add(fab)
|
||||
library.add(fab, fas)
|
||||
|
||||
// Let Nuxt manage CSS.
|
||||
config.autoAddCss = false
|
||||
|
||||
@@ -7,4 +7,6 @@ export default defineNuxtPlugin(() => {
|
||||
lg: 1281,
|
||||
xl: 1921,
|
||||
})
|
||||
|
||||
Screen.setDebounce(0)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user