UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

50 lines (45 loc) 813 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */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