Skip to content

Commit

Permalink
fix: Property "isH5" was accessed during render #607
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Dec 30, 2024
1 parent f875cbc commit cc85ba9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/uni_modules/uview-plus/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.3.59(2024-12-30)
fix: Property "isH5" was accessed during render
## 3.3.58(2024-12-26)
fix: slider组件change事件传参

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
mixins: [mpMixin, mixin, props],
data() {
return {
// #ifdef H5
isH5: true
// #endif
}
},
created() {
// #ifdef H5
this.isH5 = true
// #endif
}
computed: {
style() {
const style = {}
Expand Down
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "uview-plus",
"name": "uview-plus",
"displayName": "零云®uview-plus3.0重磅发布,全面的Vue3鸿蒙移动组件库。",
"version": "3.3.58",
"version": "3.3.59",
"description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
"keywords": [
"uview",
Expand Down

0 comments on commit cc85ba9

Please sign in to comment.