From 8ebf4be80754403bc31a928b23c8d682254baebc Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 15 Mar 2024 14:09:05 +0100 Subject: [PATCH] refs: #6993 deleted useless files --- .gitignore | 6 +- quasar.patch | 2013 ---------------------------------- quasar.patch:Zone.Identifier | 4 - 3 files changed, 1 insertion(+), 2022 deletions(-) delete mode 100644 quasar.patch delete mode 100644 quasar.patch:Zone.Identifier diff --git a/.gitignore b/.gitignore index 4e055f4f2..213384ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,8 +30,4 @@ yarn-error.log* # Cypress directories and files /tests/cypress/videos -/tests/cypress/screenshots - -#File's changes differences -quasar.patch -quasar.patch:Zone.Identifier \ No newline at end of file +/tests/cypress/screenshots \ No newline at end of file diff --git a/quasar.patch b/quasar.patch deleted file mode 100644 index c65fce6cf..000000000 --- a/quasar.patch +++ /dev/null @@ -1,2013 +0,0 @@ -diff --git a/quasar.config.js b/quasar.config.js -index 755e96bd..789b9f64 100644 ---- a/quasar.config.js -+++ b/quasar.config.js -@@ -12,6 +12,7 @@ const { configure } = require('quasar/wrappers'); - const VueI18nPlugin = require('@intlify/unplugin-vue-i18n/vite'); - const path = require('path'); - -+ - module.exports = configure(function (/* ctx */) { - return { - eslint: { -@@ -29,7 +30,8 @@ module.exports = configure(function (/* ctx */) { - // app boot file (/src/boot) - // --> boot files are part of "main.js" - // https://v2.quasar.dev/quasar-cli/boot-files -- boot: ['i18n', 'axios', 'vnDate', 'validations'], -+ // -+ boot: ['i18n', 'axios', 'vnDate','quasar','quasar.defaults','setDefaults', 'validations'], - - // https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#css - css: ['app.scss'], -@@ -122,6 +124,33 @@ module.exports = configure(function (/* ctx */) { - // https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework - framework: { - config: { -+ form:{ -+mixins:[{ -+ data(d) { -+ return { -+ title: 'Mixins are cool', -+ copyright: 'All rights reserved. Product of super awesome people' -+ }; -+ }, -+ created: function(data) { -+ console.log(this) -+ if(this.$el){ -+ -+ console.log(this.$el -+ ) -+ this.greetings(); -+ } -+ }, -+ methods: { -+ keyup:(event)=>{ -+ console.log(event) -+ }, -+ greetings: function() { -+ console.log('Howdy my good fellow!'); -+ } -+ } -+ }], -+ }, - config: { - brand: { - primary: 'orange', -diff --git a/src/App.vue b/src/App.vue -index d0d8c935..6a201045 100644 ---- a/src/App.vue -+++ b/src/App.vue -@@ -1,5 +1,5 @@ - - -