#1107: first light_home then async load full home, do not aggregate nor preprocess theme js libraries
This commit is contained in:
@ -103,15 +103,15 @@ export let _v_sitebranding_block, _v_user_block, _v_header_menu,
|
||||
function initVues () {
|
||||
// only launch views if we are not in commerce pages
|
||||
if (!checkNoVuePages()) {
|
||||
initVi18n()
|
||||
initVStore()
|
||||
initVRouter()
|
||||
initVSiteBrandingBlock()
|
||||
initVPagetitleBlock()
|
||||
initVHeaderMenu()
|
||||
initHamburgerMenu()
|
||||
initVMainContent()
|
||||
initVSearchBlock()
|
||||
initVMainContent()
|
||||
initVStore()
|
||||
initVi18n()
|
||||
initVLeftContent()
|
||||
}
|
||||
initVUserBlock()
|
||||
|
Reference in New Issue
Block a user