fix: refs #7790 fix quasar
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-11-11 13:28:29 +01:00
parent fd19208aae
commit 2739abceb6
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
import { boot } from 'quasar/wrappers';
import qFormEnterEvent from './qFormEnterEvent';
import qFormFocus from './qFormFocus';
import mainShortcutMixin from './mainShortcutMixin';
import qFormMixin from './qformMixin';
import keyShortcut from './keyShortcut';
import useNotify from 'src/composables/useNotify.js';
import { CanceledError } from 'axios';
@ -10,10 +8,8 @@ import { CanceledError } from 'axios';
const { notify } = useNotify();
export default boot(({ app }) => {
app.mixin(qFormMixin);
app.mixin(qFormEnterEvent);
app.mixin(qFormFocus);
app.mixin(mainShortcutMixin);
app.directive('shortcut', keyShortcut);
app.config.errorHandler = (error) => {
let message;