标签: typescript vue.js vue-component
如何在打字稿中编写以下代码? 这段代码来自Unit Testing Vue Components。
代码:
const factory = (values = {}) => { return shallowMount(Foo, { data: { ...values } }) }
错误:
Missing return type on function.