We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f54e04 + 5de2286 commit c9a010fCopy full SHA for c9a010f
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