Added options, preparing for Quasar rewrite

This commit is contained in:
2024-01-23 23:53:21 +03:00
parent dd084afb61
commit 4ac1fd9574
32 changed files with 3649 additions and 4609 deletions
+2 -1
View File
@@ -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
+2
View File
@@ -7,4 +7,6 @@ export default defineNuxtPlugin(() => {
lg: 1281,
xl: 1921,
})
Screen.setDebounce(0)
})