YAMLException: end of the stream or a document separator is expected at line 2, column 8:

react导航守卫这种用法

/*
  *  title:用户中心
  *  Routes: 
  *   - ./routes/PrivateRoute.js
  */
 //必须复合yaml语法

改成,注意空格!!!!,title冒号后面空格,Routes冒号后面空格

/*
  *  title: 用户中心
  *  Routes: 
  *   - ./routes/PrivateRoute.js
  */
 //必须复合yaml语法

你可能感兴趣的:(YAMLException: end of the stream or a document separator is expected at line 2, column 8:)