兰宝车间质量管理系统-前端
LiuHao
2024-12-27 b39e0ad6db13cb6c737cd4ef5dd867a44c928de3
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 };