Skip to content

Commit bcce216

Browse files
fix TS in Vew demos
1 parent 0ec0038 commit bcce216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/demos/Demos/PivotGrid/ChartIntegration/Vue

apps/demos/Demos/PivotGrid/ChartIntegration/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import sales from './data.ts';
4545
4646
const grid = ref<DxPivotGrid>();
4747
const chart = ref<DxChart>();
48-
const dataSource = {
48+
const dataSource: Record<string, any> = {
4949
fields: [{
5050
caption: 'Region',
5151
width: 120,

0 commit comments

Comments
 (0)