refactor(ssr): for test
This commit is contained in:
parent
1acfdd335c
commit
891475e132
8 changed files with 80 additions and 6 deletions
|
|
@ -49,7 +49,7 @@ export default class Renderer {
|
|||
this.template = this.html
|
||||
}
|
||||
|
||||
_getPath(url) {
|
||||
_getPath (url) {
|
||||
const file = this.router.getFile(url)
|
||||
|
||||
return isAbsolutePath(file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue