Ask for advice on how to achieve lazy loading of components in weex?

first make sure that lazy loading is written in this way.
Home: resolve = > {require ([".. /.. / views/Home/home.vue"], resolve)}, / / lazy loading

)

then declare the component:

components: {
      WxcTabBar,
      Home: resolve => {require(["../../views/Home/home.vue"], resolve)},//
}

invoke component:

<Home />

however, there is a problem, there is no exception in the browser, and the component loads normally. But render error appears in android.

clipboard.png

clipboard.png

Mar.07,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b324fc-2bdf6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b324fc-2bdf6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?