18 lines
279 B
Vue
18 lines
279 B
Vue
<template>
|
|
<!-- <web-view :src="url"></web-view> -->
|
|
<web-view src="https://work.weixin.qq.com/kfid/kfc4219d976242c5106"></web-view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
url: '', //PDF路径
|
|
};
|
|
},
|
|
async onLoad(options) {
|
|
|
|
|
|
}
|
|
};
|
|
</script> |