diff --git a/quasar.config.js b/quasar.config.js index 61d0381..8dc9834 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -21,7 +21,7 @@ module.exports = configure(function (/* ctx */) { // --> boot files are part of "main.js" // https://v2.quasar.dev/quasar-cli-vite/boot-files boot: [ - + 'axios', ], @@ -70,7 +70,7 @@ module.exports = configure(function (/* ctx */) { // extendViteConf (viteConf) {}, // viteVuePluginOptions: {}, - + // vitePlugins: [ // [ 'package-name', { ..pluginOptions.. }, { server: true, client: true } ] // ] @@ -84,7 +84,9 @@ module.exports = configure(function (/* ctx */) { // https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework framework: { - config: {}, + config: { + notify: { /* look at QuasarConfOptions from the API card */ } + }, // iconSet: 'material-icons', // Quasar icon set // lang: 'en-US', // Quasar language pack @@ -97,7 +99,9 @@ module.exports = configure(function (/* ctx */) { // directives: [], // Quasar plugins - plugins: [] + plugins: [ + 'Notify' + ] }, // animations: 'all', // --- includes all animations