[Vue] The correct way to import component paths in Vue-cli (scaffolding)

Vue error: Can't resolve error prompted by the path, such as: Vue error: Can't resolve

Got a similar error: start from src directory with @

import MyList from "@/components/MyList.vue"

Guess you like

Origin blog.csdn.net/dxnn520/article/details/124288370