(text)
| 301 | } |
| 302 | |
| 303 | _renderNav(text) { |
| 304 | text && this._renderTo('nav', this.compiler.compile(text)); |
| 305 | if (this.config.loadNavbar) { |
| 306 | getAndActive(this.router, 'nav'); |
| 307 | } |
| 308 | } |
| 309 | |
| 310 | _renderMain(text, opt = {}, next) { |
| 311 | if (!text) { |
no test coverage detected