@vtj/materials 0.8.96 → 0.8.98

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/src/ui/form.ts CHANGED
@@ -44,7 +44,7 @@ const desc: MaterialDescription = {
44
44
  title: '是否在tooltip显示校验信息',
45
45
  setters: ['BooleanSetter', 'ObjectSetter']
46
46
  },
47
- ...omitPropItem(elForm[1].props, ['model', 'inline'])
47
+ ...omitPropItem(elForm[0].props, ['model', 'inline'])
48
48
  ],
49
49
  events: [
50
50
  {
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/materials
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.96
5
+ * @version 0.8.98
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.8.96';
8
+ export const version = '0.8.98';