diff --git a/index.js b/index.js index 0aad48b..23e6f09 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ export default defineNuxtModule({ hooks: { "components:dirs"(dirs) { dirs.push({ - path: join(__dirname, "components"), + path: join(__dirname, "components/Ml/Button"), }); }, },