<import-sjs from="./Webview.prop.sjs" name="p" />
  <import-sjs from="@anyui/alipay/utils/helper.sjs" name="anyui" />
  <view class="{{className || ''}}">
    <web-view
      class="webview-content"
      anyuiProps="{{p.getProps('_1') || {}}}"
      src="{{src}}"
      style="{{anyui.processStyle(style)}}"
    ></web-view>
  </view>
