First Committ
This commit is contained in:
8
src/boot/globalroutines.ts
Executable file
8
src/boot/globalroutines.ts
Executable file
@@ -0,0 +1,8 @@
|
||||
import { boot } from 'quasar/wrappers'
|
||||
import globalroutines from '../globalroutines'
|
||||
|
||||
// @ts-ignore
|
||||
export default boot(({ app, router, store }) => {
|
||||
// something to do
|
||||
app.config.globalProperties.$globalroutines = globalroutines
|
||||
})
|
||||
Reference in New Issue
Block a user