UNPKG

@tarojs/components

Version:
20 lines (15 loc) 385 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-dd4b7ba3.js'); let Map = class { constructor(hostRef) { index.registerInstance(this, hostRef); } componentDidLoad() { console.error('H5 暂不支持 Map 组件!'); } render() { return (index.h(index.Host, null)); } }; exports.taro_map_core = Map;