Skip to content

Commit

Permalink
perf: 💄 更新属性名称
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Feb 20, 2024
1 parent 1eccb37 commit 8698f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/webview/index.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<web-view class="h-full" :src="viewProps.src"></web-view>
<web-view class="h-full" :src="webviewProps.src"></web-view>
</template>

<script>
export default {
data() {
return {
viewProps: {
webviewProps: {
src: '',
},
}
Expand All @@ -17,7 +17,7 @@ export default {
title: params.title,
})
}
this.viewProps = params
this.webviewProps = params
},
}
</script>
Expand Down

0 comments on commit 8698f52

Please sign in to comment.