tdesign-vue-next
Version:
TDesign Component for vue-next
50 lines (45 loc) • 776 B
JavaScript
/**
* tdesign v1.17.7
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
alt: {
type: String,
"default": ""
},
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
hideOnLoadFailed: Boolean,
icon: {
type: Function
},
image: {
type: String,
"default": ""
},
imageProps: {
type: Object
},
shape: {
type: String,
"default": "circle",
validator: function validator(val) {
if (!val) return true;
return ["circle", "round"].includes(val);
}
},
size: {
type: String,
"default": ""
},
onError: Function
};
exports["default"] = props;
//# sourceMappingURL=props.js.map