vue3 - Error Cannot use 'in' operator to search for 'path' in undefined (perfect solution)

Problem Description

In the vue3 project, the browser console reports an error Cannot use 'in' operator to search for 'path' in undefined detailed solution.

insert image description here

solution

When creating the route of vue3, such an error was reported: Cannot use 'in' operator to search for 'path' in undefined,

Guess you like

Origin blog.csdn.net/weixin_50545213/article/details/131957389