more optimization
This commit is contained in:
parent
96a236ed28
commit
7def989ec2
2 changed files with 5 additions and 0 deletions
|
|
@ -567,6 +567,9 @@ export const init = ({
|
|||
if (!liteMode && combination.state.indexOf('hover') >= 0) {
|
||||
combination.lazy = true
|
||||
}
|
||||
if (extraCompileComponents.has(component.name)) {
|
||||
combination.lazy = true
|
||||
}
|
||||
|
||||
combinations.push(combination)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue