Skip to content

Commit bcaaf5f

Browse files
Update docs
1 parent 7e17ba3 commit bcaaf5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stores/props.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ export const usePropsStore = defineStore('props', () => {
4141
type: 'ColorsObject | null',
4242
},
4343
{
44-
default: () => ([]),
44+
default: '[]',
4545
desc: 'Internal use only. This holds the header cell widths when the <code class="inline-code">matchColumnWidths</code> prop is set.',
4646
name: 'column-widths',
4747
type: 'object',
4848
},
4949
{
50-
default: () => ({}),
50+
default: '',
5151
desc: 'Internal use only. This holds the drilldown tables data and settings.',
5252
name: 'drilldown',
5353
type: 'object',

0 commit comments

Comments
 (0)