Skip to content

Commit 5054b85

Browse files
committed
remove code
1 parent 0f8184f commit 5054b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/server-renderer/__tests__/render.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function testRender(type: string, render: typeof renderToString) {
132132
data() {
133133
return { msg: 'hello' }
134134
},
135-
render(this: any) {
135+
render() {
136136
return h('div', this.msg)
137137
}
138138
})
@@ -152,7 +152,7 @@ function testRender(type: string, render: typeof renderToString) {
152152
data() {
153153
return { msg: 'hello' }
154154
},
155-
render(this: any) {
155+
render() {
156156
return h('div', this.msg)
157157
}
158158
})

0 commit comments

Comments
 (0)