维基小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
292 B

<template>
<web-view :webview-styles="webviewStyles" src="https://www.yuque.com/docs/share/aaa64c6d-225e-4ee3-be6c-b511565c8bd4?#"></web-view>
</template>
<script>
export default {
data() {
return {
url: ''
}
},
}
</script>