We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392a03d commit 547d474Copy full SHA for 547d474
src/plugin/index.ts
@@ -7,9 +7,7 @@ import VDrilldownTable from './VDrilldownTable.vue';
7
8
export const globalOptions = Symbol();
9
10
-export function createVDrilldownTable(options: Omit<Props,
11
- 'colors' | 'columnWidths' | 'drilldown' | 'isDrilldown' | 'item' | 'tableType'
12
-> = {}) {
+export function createVDrilldownTable(options: Partial<Props> = {}) {
13
const install = (app: App) => {
14
app.provide(globalOptions, options);
15
0 commit comments