@tarojs/components
Version:
Taro 组件库。
20 lines (15 loc) • 406 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-dd4b7ba3.js');
let AdCustom = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
componentDidLoad() {
console.error('H5 暂不支持 AdCustom 组件!');
}
render() {
return (index.h(index.Host, null));
}
};
exports.taro_ad_custom_core = AdCustom;