梗概

  • uvue是DCloud提供的跨平台的、基于[use::uts]的、使用[base::vue]方式的ui框架。
  • 每个uvue文件,都是一个符合Vue SFC规范vue 文件。

不支持的样式

单位

The vue page supports the following common H5 units, but not in nvue:

  • rem 根字体大小可以通过 page-meta 配置抖音小程序和飞书小程序:屏幕宽度/20、百度小程序:16px、支付宝小程序:50px
  • vh viewpoint height, the height of the viewport, 1vh is equal to 1% of the height of the viewport
  • vw viewpoint width, the width of the viewport, 1vw is equal to 1% of the width of the viewport