First Committ
This commit is contained in:
10
src/boot/myconfig.ts
Executable file
10
src/boot/myconfig.ts
Executable file
@@ -0,0 +1,10 @@
|
||||
// import something here
|
||||
import { boot } from 'quasar/wrappers'
|
||||
import myconfig from '../myconfig'
|
||||
|
||||
// leave the export, even if you don't use it
|
||||
export default boot(({ app }) => {
|
||||
// Vue.use(myconfig);
|
||||
// something to do
|
||||
app.config.globalProperties.$myconfig = myconfig
|
||||
})
|
||||
Reference in New Issue
Block a user