Files
bruno/app/.quasar/dev-spa/quasar-user-options.js
2026-02-18 21:04:57 +01:00

22 lines
522 B
JavaScript

/* eslint-disable */
/**
* THIS FILE IS GENERATED AUTOMATICALLY.
* DO NOT EDIT.
*
* You are probably looking on adding startup/initialization code.
* Use "quasar new boot <name>" and add it there.
* One boot file per concern. Then reference the file(s) in quasar.config file > boot:
* boot: ['file', ...] // do not add ".js" extension to it.
*
* Boot files are your "main.js"
**/
import {Dialog,Notify} from 'quasar'
export default { config: {"notify":{"position":"top-right"}},plugins: {Dialog,Notify} }