We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1d31d commit 9a2bfc2Copy full SHA for 9a2bfc2
src/documentation/sections/UsageSection.vue
@@ -43,6 +43,6 @@ import VDrilldownTable from 'vuetify-drilldown-table';
43
import { createApp } from 'vue';
44
45
const app = createApp(App);
46
-app.use(VDrilldownTable);
+app.component('VDrilldownTable', VDrilldownTable);
47
app.mount('#app');`;
48
</script>
0 commit comments