zhytech-ui 1.1.33 → 1.1.34
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
|
@@ -315,6 +315,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
315
315
|
};
|
|
316
316
|
realTimeDisplayAnswerMode: {
|
|
317
317
|
type: BooleanConstructor;
|
|
318
|
+
/**
|
|
319
|
+
* @description: 清空组件
|
|
320
|
+
*/
|
|
318
321
|
default: boolean;
|
|
319
322
|
};
|
|
320
323
|
everyItemDisplayAnalysisSwitch: {
|
|
@@ -413,6 +416,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
413
416
|
};
|
|
414
417
|
realTimeDisplayAnswerMode: {
|
|
415
418
|
type: BooleanConstructor;
|
|
419
|
+
/**
|
|
420
|
+
* @description: 清空组件
|
|
421
|
+
*/
|
|
416
422
|
default: boolean;
|
|
417
423
|
};
|
|
418
424
|
everyItemDisplayAnalysisSwitch: {
|