UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

49 lines (44 loc) 830 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var props = { content: { type: [String, Function] }, "default": { type: [String, Function] }, disabled: Boolean, href: { type: String, "default": "" }, icon: { type: Function }, replace: Boolean, router: { type: Object }, routerLink: Boolean, target: { type: String, validator: function validator(val) { if (!val) return true; return ["_blank", "_self", "_parent", "_top"].includes(val); } }, to: { type: [String, Object] }, value: { type: [String, Number] }, onClick: Function }; exports["default"] = props; //# sourceMappingURL=menu-item-props.js.map