An error is reported when NPM run dev is started:
The file with the problem written on it is in./SRC/router/index. JS; Found yes after searching
import Content from '@page/content'
This code is wrong. You need to add “/” in front of the page. The correct code is
import Content from '@/page/content'
Re execution of code found or error