feat(Design): 新增矩阵题型支持
- 添加 BeforeMartrixRadio、BeforeMartrixCheckbox 和 BeforeMartrixComplation 组件 - 更新 QuestionBefore组件以支持矩阵题型 - 优化逻辑配置的添加和删除功能 - 调整样式,包括图标和渐变效果
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -35,8 +35,10 @@ declare module 'vue' {
|
||||
VanSearch: typeof import('vant/es')['Search']
|
||||
VanStepper: typeof import('vant/es')['Stepper']
|
||||
VanSwitch: typeof import('vant/es')['Switch']
|
||||
VanTab: typeof import('vant/es')['Tab']
|
||||
VanTabbar: typeof import('vant/es')['Tabbar']
|
||||
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
||||
VanTabs: typeof import('vant/es')['Tabs']
|
||||
YLCascader: typeof import('./src/components/YLCascader.vue')['default']
|
||||
YLInput: typeof import('./src/components/YLInput.vue')['default']
|
||||
YLPicker: typeof import('./src/components/YLPicker.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user