We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b913cc7 commit 5de2286Copy full SHA for 5de2286
src/documentation/sections/UsageSection.vue
@@ -39,7 +39,7 @@ const codeBlockSettings = computed(() => props.codeBlockOptions);
39
const classes = inject('classes');
40
41
const usageCode = `import App from './App.vue';
42
-import VDrilldownTable from 'vuetify-drilldown-table';
+import VDrilldownTable from '@wdns/vuetify-drilldown-table';
43
import { createApp } from 'vue';
44
45
const app = createApp(App);
0 commit comments