15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
<template>
|
|
<view>
|
|
<web-view src="http://baidu.com/"></web-view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style scoped>
|
|
.bg-fff{
|
|
width: 750rpx;
|
|
height: 300rpx;background-color: #fff;
|
|
}
|
|
</style> |