1 |
- {"version":3,"sources":["../src/common/component.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,MAAM,UAAU,GAAqB,CAAC,OAAO,EAAE,EAAE;IAC/C,gBAAgB;IAChB,OAAO,CAAC,OAAO,mBACb,aAAa,EAAE,IAAI,EACnB,cAAc,EAAE,IAAI,IACjB,OAAO,CAAC,OAAO,CACnB,CAAC;IAEF,OAAO,SAAS,CAAC,OAAO,CAAC,CAAC;AAC5B,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC","file":"component.js","sourcesContent":["// 此处定义一个 TComponent,作为所有组件的统一收归\nconst TComponent: typeof Component = (options) => {\n // mixin default\n options.options = {\n multipleSlots: true,\n addGlobalClass: true,\n ...options.options,\n };\n\n return Component(options);\n};\n\nexport default TComponent;\n"]}
|