Skip to content

Commit

Permalink
Merge pull request #58 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Fix useage example for new org
  • Loading branch information
webdevnerdstuff authored Nov 1, 2023
2 parents 9f54e04 + 5de2286 commit c9a010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/sections/UsageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const codeBlockSettings = computed(() => props.codeBlockOptions);
const classes = inject('classes');
const usageCode = `import App from './App.vue';
import VDrilldownTable from 'vuetify-drilldown-table';
import VDrilldownTable from '@wdns/vuetify-drilldown-table';
import { createApp } from 'vue';
const app = createApp(App);
Expand Down

0 comments on commit c9a010f

Please sign in to comment.