兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-04-18 8b6b624f6c2d01c88784b8f87b354e2685b5bc52
src/utils/propTypes.ts
@@ -3,6 +3,7 @@
type PropTypes = VueTypesInterface & {
  readonly style: VueTypeValidableDef<CSSProperties>;
  readonly fieldOption: VueTypeValidableDef<Array<FieldOption>>;
};
const propTypes = createTypes({
@@ -19,8 +20,7 @@
    return toValidableType('style', {
      type: [String, Object],
      default: undefined
    })
    });
  }
}
export { propTypes };