Add a new dashboard page.
This commit is contained in:
parent
89150e1164
commit
fd24b1898e
133 changed files with 17303 additions and 11112 deletions
10
webui/src/boot/_globals.js
Normal file
10
webui/src/boot/_globals.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { APP } from '../_helpers/APP'
|
||||
import Boot from '../_middleware/Boot'
|
||||
|
||||
export default async ({ app, router, store, Vue }) => {
|
||||
Vue.use(Boot)
|
||||
|
||||
APP.root = app
|
||||
APP.router = router
|
||||
APP.store = store
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue