diff --git a/quasar.conf.js b/quasar.conf.js index 550fe36..4658138 100644 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -71,7 +71,7 @@ module.exports = function (/* ctx */) { // Full list of options: https://v1.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-devServer devServer: { https: false, - port: 8080, + port: 8081, open: true // opens browser window automatically }, @@ -94,7 +94,7 @@ module.exports = function (/* ctx */) { // directives: [], // Quasar plugins - plugins: [] + plugins: ['Dialog','Notify','Loading'] }, // animations: 'all', // --- includes all animations diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index a8b335a..1c55e52 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -1,6 +1,6 @@