- father::uniapp
- Only
v-if
can be used to control the display and hide of nvue pages, notv-show
- nvue pages can only use
flex
layout, other layout methods are not supported. - 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.