vue项目中又一个格式不规范导致的报错,真心累~~
以下报错是因为我将use组件放在了import组件的上边,应该放在所有import下边。
import in body of module; reorder to top import/first