Skip to content

Commit 5de2286

Browse files
Fix useage example for new org
1 parent b913cc7 commit 5de2286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation/sections/UsageSection.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const codeBlockSettings = computed(() => props.codeBlockOptions);
3939
const classes = inject('classes');
4040
4141
const usageCode = `import App from './App.vue';
42-
import VDrilldownTable from 'vuetify-drilldown-table';
42+
import VDrilldownTable from '@wdns/vuetify-drilldown-table';
4343
import { createApp } from 'vue';
4444
4545
const app = createApp(App);

0 commit comments

Comments
 (0)