UNPKG

tdesign-miniprogram

Version:
6 lines (5 loc) 196 B
const TComponent = (options) => { options.options = Object.assign({ multipleSlots: true, addGlobalClass: true }, options.options); return Component(options); }; export default TComponent;