UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

31 lines (30 loc) 469 B
export default { name: 'YkDescriptionsItem', props: { label: { type: String, default: '' }, span: { type: Number, default: 1 }, contentClassName: { type: String, default: '' }, contentStyle: { type: Object }, labelClassName: { type: String, default: '' }, labelStyle: { type: Object } }, render() { return null; } };