Skip to content
Snippets Groups Projects
Commit 42c6b995 authored by fibasile's avatar fibasile
Browse files

adding carousel and loading bar

parent 33757b6b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ module.exports = function(ctx) {
return {
// app boot file (/src/boot)
// --> boot files are part of "main.js"
boot: ["axios", "firebase", "auth"],
boot: ["axios", "firebase", "auth", "format_time"],
css: ["app.styl"],
......@@ -19,6 +19,8 @@ module.exports = function(ctx) {
// 'eva-icons'
],
prefetch: true,
framework: {
// all: true, // --- includes everything; for dev only!
......@@ -55,14 +57,24 @@ module.exports = function(ctx) {
"QSpinnerDots",
"QForm",
"QToggle",
"QUploader"
"QUploader",
"QCarousel",
"QCarouselSlide",
"QCarouselControl",
"QSpace"
],
directives: ["Ripple", "ClosePopup"],
// cssAddon: true,
// Quasar plugins
plugins: ["Notify"]
plugins: ["Notify", "LoadingBar"],
config: {
loadingBar: {
/* LoadingBar defaults */
color: "teal-6"
}
}
// iconSet: 'ionicons-v4'
// lang: 'de' // Quasar language
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment