UNPKG

@tarojs/components

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