From bc759edcf8f9fd8c690388af22bcdbe8c124a3d3 Mon Sep 17 00:00:00 2001 From: chuyaoyuan Date: Mon, 14 Jun 2021 01:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提交 --- quasar.conf.js | 4 +- src/layouts/MainLayout.vue | 98 +++++++++---------- src/pages/Index.vue | 186 ++++++++++++++++++++++++++++++++++++- src/statics/skyine.png | Bin 0 -> 170384 bytes src/statics/skyine2.png | Bin 0 -> 60600 bytes src/statics/skyine3.png | Bin 0 -> 104296 bytes 6 files changed, 233 insertions(+), 55 deletions(-) create mode 100644 src/statics/skyine.png create mode 100644 src/statics/skyine2.png create mode 100644 src/statics/skyine3.png 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 @@