以下代码采用第三方的接口结合web-view组件。
<template>
<view>
<web-view :src="link"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
//link:'http://www.a16.cc/uploads/20210131/ae923d9b16ea951b1bd378fb917cf66f.docx'
link:'http://view.officeapps.live.com/op/view.aspx?src=http%3a%2f%2fvideo.ch9.ms%2fbuild%2f2011%2fslides%2fTOOL-532T_Sutter.pptx'
}
},
onLoad(){
},
methods: {
}
}
</script>
<style>
</style>
1 个评论
要回复文章请先登录或注册
underfind