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

tech2023-11-20  75

react导航守卫这种用法

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

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

/* * title: 用户中心 * Routes: * - ./routes/PrivateRoute.js */ //必须复合yaml语法
最新回复(0)