UNPKG

@tarojs/components

Version:
22 lines (17 loc) 477 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-a7069008.js'); const helper = require('./helper-ad6306f6.js'); require('@tarojs/taro'); const CommentList = class { constructor(hostRef) { index.registerInstance(this, hostRef); } componentDidLoad() { helper.notSupport('CommentList', this); } render() { return (index.h(index.Host, null)); } }; exports.taro_comment_list_core = CommentList;