WIP: #7790 - Enable focus form #623

Closed
jsegarra wants to merge 13 commits from 7790_formFocus_mixin into dev
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 2739abceb6 - Show all commits

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;