fix typo
This commit is contained in:
parent
e5ae6e8d25
commit
e5c64a3d8f
4 changed files with 4 additions and 4 deletions
|
|
@ -121,7 +121,7 @@ export function fetchMixin (proto) {
|
|||
export function initFetch (vm) {
|
||||
const { loadSidebar } = vm.config
|
||||
|
||||
// server-client renderer
|
||||
// Server-Side Rendering
|
||||
if (vm.rendered) {
|
||||
const activeEl = getAndActive(vm.router, '.sidebar-nav', true, true)
|
||||
if (loadSidebar && activeEl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue