<template>
    <view>
        <web-view :webview-styles="webviewStyles" src="http://www.baidu.com/"></web-view>
    </view>
</template>
<script>
    export default {
        data() {
            return {
                webviewStyles: {
                    progress: {
                        color: '#FF3333'
                    }
                }
            }
        }
    }
</script>
<style>
</style>

uni-app 怎么在页面内嵌入一个外部链接(以百度为例)uni-app 页面应用内跳转与应用外跳转的实现方式
标签: