1. Only v-if can be used to control the display and hide of nvue pages, not v-show
  2. nvue pages can only use flex layout, other layout methods are not supported.
  3.  Therefore, when nvue is compiled into H5 and applet, it will automatically set the default layout of the page to flex and the direction to be vertical.