init
This commit is contained in:
6
xhs-mini-demos/component-case/webview/webview.xhsml
Normal file
6
xhs-mini-demos/component-case/webview/webview.xhsml
Normal file
@@ -0,0 +1,6 @@
|
||||
<web-view
|
||||
bindload="handleLoad"
|
||||
binderror="handleError"
|
||||
bindmessage="handleMessage"
|
||||
src="{{url}}"
|
||||
></web-view>
|
||||
Reference in New Issue
Block a user