Skip to content

Commit 2267d34

Browse files
committed
code cleanup
- unused variables
1 parent ebea9a7 commit 2267d34

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Router/utils/router.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ export let routes = new Map()
122122
*/
123123
export let components = new Map()
124124

125-
/**
126-
* Copy of components created at boot time
127-
* @type {Map<string, object>}
128-
*/
129-
export let bootcomponents = new Map()
130-
131125
/**
132126
* Flag if router has been initialised
133127
* @type {boolean}
@@ -224,7 +218,6 @@ const setup = config => {
224218
pagesHost.a(type)
225219
}
226220
}
227-
bootcomponents.set(path, type)
228221
components.set(path, type)
229222
}
230223
} else {

0 commit comments

Comments
 (0)