赞
踩
- <template>
- <view>
- <web-view :webview-styles="webviewStyles" :src="pageUrl"></web-view>
- </view>
- </template>
-
- <script>
- export default {
- data() {
- return {
- pageUrl:"http:/www.baidu.com",
- webviewStyles: {
- progress: {
- color: '#FF3333'
- }
- }
- }
- },
- methods: {
-
- }
- }
- </script>
-
- <style>
-
- </style>
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。