<web-view src="https://umijs.org/" :webview-styles="{width: '300px', height: '300px'}" :fullscreen="false" />
<web-view src="/hybrid/html/player.html" :webview-styles="{width: '300px', height: '300px'}" :fullscreen="false" />
这2种都不显示,但是改成vue文件就显示了
<web-view src="https://umijs.org/" :webview-styles="{width: '300px', height: '300px'}" :fullscreen="false" />
<web-view src="/hybrid/html/player.html" :webview-styles="{width: '300px', height: '300px'}" :fullscreen="false" />
这2种都不显示,但是改成vue文件就显示了