Vue Data GridAG Grid Vue Error #257

Full Error Text

Full error message cannot be shown because there are missing parameters in the URL. Please follow the full link from the developer tool logs.
IntegratedChartsModule must be initialised with an AG Charts module. One of 'AgChartsCommunityModule' / 'AgChartsEnterpriseModule'.

import { AgChartsEnterpriseModule } from 'ag-charts-enterprise';
import { ModuleRegistry } from 'ag-grid-community';
import { IntegratedChartsModule } from 'ag-grid-enterprise';
    
ModuleRegistry.registerModules([IntegratedChartsModule.with(AgChartsEnterpriseModule)]);
    
To show this error text in the dev console, import the ValidationModule.

The following documentation pages should provide additional context / guidance on how to resolve this error.