mirror of https://github.com/vuejs/core.git
chore: remove wip code
This commit is contained in:
parent
4fd468aced
commit
37e686f25e
|
@ -176,14 +176,3 @@ export function defineComponent<
|
|||
export function defineComponent(options: unknown) {
|
||||
return isFunction(options) ? { setup: options, name: options.name } : options
|
||||
}
|
||||
|
||||
defineComponent({
|
||||
async setup() {
|
||||
return {
|
||||
a: 123
|
||||
}
|
||||
},
|
||||
render() {
|
||||
this.a
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue