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);