Failed to compile
./src/routes/index/index.jsx
Line 5: Import in body of module; reorder to top import/first
import应该在所有业务代码的上方,(eslint 暴出),果断看下我的代码,写错位置了
换下位置就可以了
Failed to compile
./src/routes/index/index.jsx
Line 5: Import in body of module; reorder to top import/first
import应该在所有业务代码的上方,(eslint 暴出),果断看下我的代码,写错位置了
换下位置就可以了