Skip to content

Commit d4cfd78

Browse files
committed
fix: suppress slots type error
1 parent 3df34b4 commit d4cfd78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-dom/__tests__/style.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ describe('style', () => {
297297
const test: ComponentOptions = {
298298
render() {
299299
// FIXME: how to type this?
300+
// @ts-ignore
300301
return h('div', [this.$slots.default()])
301302
}
302303
}

0 commit comments

Comments
 (0)