[Vue tip]: Prop "griddata" is passed to component <Anonymous>, but the declared prop name is "gridData@ vue.js:2294_createElement @ vue.js:3427
createElement @ vue.js:3359_render @ vue.js</e
我们正在将一个非常大的项目移植到Vue.js中,并希望随着时间的推移彻底实现我们的单元测试套件。我们想要验证组件是否在创建时设置了所有必需的属性,我的测试用例如下所示: it('fail initialization with no valueconst vm = mount(Input, { });
// expecting above to fail due to required <