Skip to content

Commit 9a2bfc2

Browse files
Updated usage code
1 parent ed1d31d commit 9a2bfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation/sections/UsageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ import VDrilldownTable from 'vuetify-drilldown-table';
4343
import { createApp } from 'vue';
4444
4545
const app = createApp(App);
46-
app.use(VDrilldownTable);
46+
app.component('VDrilldownTable', VDrilldownTable);
4747
app.mount('#app');`;
4848
</script>

0 commit comments

Comments
 (0)