UNPKG

vuetify3-custom-data-table

Version:

Custom data table with Veutify 3 and it has most of data table options

13 lines (11 loc) 237 B
import { defineNuxtModule } from "@nuxt/kit"; export default defineNuxtModule({ hooks: { "components:dirs"(dirs) { dirs.push({ path: join(__dirname, "components"), prefix: "custom", }); }, }, });