Create a user directory under the views directory.
Go to the router and register the user folder
When you run it, an error occurs because the path file cannot be found.
These dependencies were not found:
* @/views/user in ./src/router/index.js
Why?
please tell me how
{
path: '/login',
name: 'login',
meta: {
title: 'login',
component: () =>
import ('@/views/user'),
},
},