Import Syncfusion as component

We have a Vue application like to keep enter point as small as possiable, so user can quickly load loading page. Instead adding following lines to man.js, is that possiable to load grid component only for the page need grid?


 import { GridPlugin } from "@syncfusion/ej2-vue-grids";
 Vue.use(GridPlugin);

1 Reply 1 reply marked as answer

MS Manivel Sellamuthu Syncfusion Team November 18, 2020 10:21 AM UTC

Hi Daniel 

Greetings from Syncfusion support. 

Yes. Instead of adding the given line in the main.js, we suggest you to add the line in the corresponding vue page(where the grid is rendered) only. Please refer the below documentation link. 


Please let us know, if you need further assistance. 

Regards, 
Manivel 


Marked as answer
Loader.
Up arrow icon