Home  >  Q&A  >  body text

Vue component->Export default...not found

I want to create a dashboard as a component. But I always get this error

in cmd

Does anyone know how I can solve this problem?

P粉541565322P粉541565322178 days ago385

reply all(1)I'll reply

  • P粉722409996

    P粉7224099962024-03-27 00:41:28

    According to the documentation, it appears that DashboardLayoutComponent is a named export, so you must import it like this:

    import { DashboardLayoutPlugin } from '@syncfuion/ej2-vue-layouts';
    

    Notice { }.

    reply
    0
  • Cancelreply