@ray-js/smart-ui 2.0.1-beta-8 → 2.0.1-beta-9

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.
@@ -101,7 +101,7 @@ export interface SmartTabsProps {
101
101
  */
102
102
  useBeforeChange?: boolean;
103
103
  /**
104
- * 标签未被选择时是否销毁tab插槽内容
104
+ * 标签未被选择时是否销毁tab插槽内组件
105
105
  * @description 必须在受控模式下使用,否则子节点无法渲染
106
106
  * @since `v2.0.4`
107
107
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.0.1-beta-8",
3
+ "version": "2.0.1-beta-9",
4
4
  "author": "睦海(李利民)",
5
5
  "description": "轻量、可靠的智能小程序 UI 组件库",
6
6
  "scripts": {