🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``` SyntaxError: react108/src/components/ItemEditor/index.jsx: Unexpected token ``` ``` ERROR in ./src/components/ItemEditor/index.jsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: react108/src/components/ItemEditor/index.jsx: Unexpected token (31:4) 29 | <input ref="title" placeholder="请填写标题" defaultValue={item.title} /> 30 | <textarea ref="content" placeholder="请填写内容" defaultValue={item.content} > 31 | </div> | ^ 32 | </div> 33 | ) 34 | } ``` ``` <textarea ref="content" placeholder="请填写内容" defaultValue={item.content} ``` ``` <textarea ref="content" placeholder="请填写内容" defaultValue={item.content} /> ```