View Name broken in Main app component?

Hi,

< div class=“view view-init” data-name=“home” > ==> app.views.home;
https://framework7.io/docs/view.html#view-auto-initialization

This doesn’t work in Main app component?
I have tested it working in a sample project which does not use Main-app component.

thanks.

In main component:
this.$app.views.home

no, it is not the reference to “app”.

The home is not exist in app.views or this.$app.views.

В смысле нет? В app.f7.html такая конструкция this.$app говорит undefined?