This commit is contained in:
parent
fd19208aae
commit
2739abceb6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue