You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
324 B
19 lines
324 B
![]()
4 years ago
|
import './styles/quasar.sass'
|
||
|
import '@quasar/extras/material-icons/material-icons.css'
|
||
|
import '@quasar/extras/fontawesome-v5/fontawesome-v5.css'
|
||
|
|
||
|
import { Notify } from 'quasar'
|
||
|
|
||
|
export default {
|
||
|
config: {
|
||
|
notify: {
|
||
|
}
|
||
|
},
|
||
|
plugins: [
|
||
|
Notify
|
||
|
],
|
||
|
extras: [
|
||
|
'material-icons',
|
||
|
'fontawesome-v5',
|
||
|
]
|
||
|
}
|