lanniu / vue-mxgraph-example

Provide mxGraph sample programs under vue to help you get started quickly
https://demo.mxgraph.lanniu.top/
175 stars 53 forks source link

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

Open jakim9913 opened 2 years ago

jakim9913 commented 2 years ago

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
{
            path: '/login',
            name: 'login',
            meta: {
                title: 'login',
                component: () =>
                    import ('@/views/user'),
            },
        },