feat: add support for lazy loading in modules
This commit is contained in:
@@ -8,10 +8,10 @@ import "../../config"
|
||||
Item { // container, invisible
|
||||
id: wlLoader
|
||||
|
||||
Loader {
|
||||
LazyLoader {
|
||||
id: wlogoutLoader
|
||||
active: false
|
||||
sourceComponent: Wlogout {
|
||||
Wlogout {
|
||||
id: wLogout
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user