This commit is contained in:
MrTimscampi
2020-08-13 15:37:09 +02:00
parent ed4e733a64
commit ce74cb0602
-1
View File
@@ -323,7 +323,6 @@ class AppRouter {
}
import('text!' + url).then(({default: html}) => {
console.warn(html)
this.loadContent(ctx, route, html, request);
});
}