@moubing/bing-ui 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -40,6 +40,10 @@ import { BingButton } from '@moubing/bing-ui'
40
40
  import '@moubing/bing-ui/style.css'
41
41
  ```
42
42
 
43
+ ## SSR 浮层
44
+
45
+ 弹窗、选择器菜单、提示及预览的 Teleport 浮层在客户端挂载后创建,服务端仍输出页面与控件本体。这样无需应用手动拼接 `body` 浮层 HTML,也能避免多个异步组件水合时误认正文节点。初始设为打开的浮层会在挂载后的更新中显示;组件测试需等待 Vue 的 `nextTick()` 后检查其内容。
46
+
43
47
  ## 主题与外观
44
48
 
45
49
  样式包包含 `light`、`dark` 和 `system` 三种主题,未设置时默认浅色。默认配色采用中性灰黑,浅色为白色表面,深色为炭灰表面;原有粉色、蓝色等色阶继续保留,可用于品牌与业务状态。