docs: use path in example (#3856)

This commit is contained in:
Árpád Illyés 2022-03-23 10:38:36 +00:00 committed by GitHub
parent 797da68979
commit cc543e9ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ Imagine a directory structure like this:
Then in `awesome-ui/nuxt.js` you can use the `components:dirs` hook:
```js
import { join } from 'pathe'
import { join } from 'path'
import { defineNuxtModule } from '@nuxt/kit'
export default defineNuxtModule({