docs: fix component library example in docs (#23596)

This commit is contained in:
Mostafa Said 2023-10-10 15:09:06 +03:00 committed by GitHub
parent 15f99e3009
commit d0511a2901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -427,7 +427,7 @@ export default defineNuxtModule({
const { resolve } = createResolver(import.meta.url) const { resolve } = createResolver(import.meta.url)
// Add ./components dir to the list // Add ./components dir to the list
dirs.push({ dirs.push({
path: fileURLToPath(resolve('./components')), path: resolve('./components'),
prefix: 'awesome' prefix: 'awesome'
}) })
} }