
[Vue warn]: Error in created hook: "TypeError: this.getList is not a function"
提示 this.getlist 不是一个方法
是因为 使用this调用的时候,在script标签中定义的methods少写了一个s或者是 methods定义拼写错误等
版权声明:本文为Dzb1993原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。

[Vue warn]: Error in created hook: "TypeError: this.getList is not a function"
提示 this.getlist 不是一个方法
是因为 使用this调用的时候,在script标签中定义的methods少写了一个s或者是 methods定义拼写错误等