8000 chore: remove unused code in the Frame component · cuulee/nativescript-vue@5272a8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5272a8a

Browse files
committed
chore: remove unused code in the Frame component
1 parent a2b0cd6 commit 5272a8a

File tree

1 file changed

+1
-3
lines changed
  • platform/nativescript/runtime/components

1 file changed

+1
-3
lines changed

platform/nativescript/runtime/components/frame.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ export default {
4444
},
4545
created() {
4646
this._isFirstRender = true
47-
let properties = {}
48-
49-
this.properties = Object.assign({}, this.$attrs, this.$props, properties)
47+
this.properties = Object.assign({}, this.$attrs, this.$props)
5048

5149
setFrame(this.properties.id, this)
5250
},

0 commit comments

Comments
 (0)
0