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
296 B
13 lines
296 B
<template>
|
|
<web-view :webview-styles="webviewStyles" :src="url"></web-view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
url: 'https://www.yuque.com/docs/share/00738d22-45de-46d0-8473-4275ac421fbd?#'
|
|
}
|
|
},
|
|
}
|
|
</script>
|