Skip to content

Commit c9a010f

Browse files
Merge pull request #58 from webdevnerdstuff/dev
Fix useage example for new org
2 parents 9f54e04 + 5de2286 commit c9a010f

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)