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.