Skip to content
Snippets Groups Projects
Commit 8ee6ea91 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes: Committed by Kasper Seweryn
Browse files

Rename AppModule to InitModule

parent 32b611c4
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,13 @@ declare global {
}
// App structure stuff
export interface AppModuleContext {
export interface InitModuleContext {
app: App
router: VueRouter
store: Store<any>
}
export type AppModule = (ctx: AppModuleContext) => void
export type InitModule = (ctx: InitModuleContext) => void
// Theme stuff
export type Theme = 'auto' | 'light' | 'dark'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment