I want to create a dashboard as a component. But I always get this error
Does anyone know how I can solve this problem?
According to the documentation, it appears that DashboardLayoutComponent is a named export, so you must import it like this:
DashboardLayoutComponent
import { DashboardLayoutPlugin } from '@syncfuion/ej2-vue-layouts';
Notice { }.
{ }
According to the documentation, it appears that
DashboardLayoutComponent
is a named export, so you must import it like this:Notice
{ }
.