UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

53 lines (48 loc) 910 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var props = { color: { type: String, "default": "" }, content: { type: [String, Function] }, count: { type: [String, Number, Function], "default": 0 }, "default": { type: [String, Function] }, dot: Boolean, maxCount: { type: Number, "default": 99 }, offset: { type: Array }, shape: { type: String, "default": "circle", validator: function validator(val) { return ["circle", "round"].includes(val); } }, showZero: Boolean, size: { type: String, "default": "medium", validator: function validator(val) { return ["small", "medium"].includes(val); } } }; exports["default"] = props; //# sourceMappingURL=props.js.map