Skip to content

I can't find any other folder directories and files other than example and layout. #59

@jakim9913

Description

@jakim9913

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'),
            },
        },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions