摘要: Trailing spaces not allowed 这是空格多了,删除多余的空格就可以了 error unexpected trailing comma comma-dangle 每个对象最后一个不要加逗号 Newline required at end of file but not foun 阅读全文
posted @ 2020-07-31 18:47 精灵W的博客 阅读(255) 评论(0) 推荐(0) 编辑
摘要: render: h ⇒ h(App) render: h ⇒ h(App) 是下面内容的缩写: render: function (createElement) { return createElement(App); } ES6语法 进一步缩写: render (createElement) { 阅读全文
posted @ 2020-07-31 18:43 精灵W的博客 阅读(1155) 评论(0) 推荐(1) 编辑