@vtj/materials 0.9.27 → 0.9.29

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.
@@ -52,6 +52,11 @@ const SubmitBar: MaterialDescription = {
52
52
  title: '自定义按钮颜色',
53
53
  setters: 'StringSetter'
54
54
  },
55
+ {
56
+ name: 'tip',
57
+ title: ' 在订单栏上方的提示文案',
58
+ setters: 'StringSetter'
59
+ },
55
60
  {
56
61
  name: 'tip-icon',
57
62
  title: '提示文案左侧的图标名称或图片链接,等同于 Icon 组件的 name 属性',
@@ -68,7 +68,7 @@ const Tabbar: MaterialDescription[] = [
68
68
  setters: 'FunctionSetter'
69
69
  }
70
70
  ],
71
- events: ['change'],
71
+ events: ['update:modelValue', 'change'],
72
72
  snippet: {
73
73
  props: {
74
74
  modelValue: 0
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/materials
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.9.27
5
+ * @version 0.9.29
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.9.27';
8
+ export const version = '0.9.29';