Commit 8e42e51f authored by 郑秀明's avatar 郑秀明

Delete Web.vue

parent 02fdfceb
<template>
<view>
<web-view :src="url"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
url: ''
}
},
mounted() {
this.url = this.$store.state.webviewUrl;
}
}
</script>
<style>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment