fix: not found page
This commit is contained in:
parent
4492c3e19f
commit
9af855921e
2 changed files with 15 additions and 4 deletions
|
|
@ -117,6 +117,10 @@ export function renderMixin (proto) {
|
|||
}
|
||||
|
||||
proto._renderMain = function (text, opt = {}) {
|
||||
if (!text) {
|
||||
return renderMain.call(this, text)
|
||||
}
|
||||
|
||||
callHook(this, 'beforeEach', text, result => {
|
||||
let html = this.isHTML ? result : this.compiler.compile(result)
|
||||
if (opt.updatedAt) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue