I want to create a dashboard as a component. But I always get this error
in cmdDoes anyone know how I can solve this problem?
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 { }
.