Skip to content

Commit 37e686f

Browse files
committed
chore: remove wip code
1 parent 4fd468a commit 37e686f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/runtime-core/src/apiDefineComponent.ts

-11
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,3 @@ export function defineComponent<
176176
export function defineComponent(options: unknown) {
177177
return isFunction(options) ? { setup: options, name: options.name } : options
178178
}
179-
180-
defineComponent({
181-
async setup() {
182-
return {
183-
a: 123
184-
}
185-
},
186-
render() {
187-
this.a
188-
}
189-
})

0 commit comments

Comments
 (0)