docs: add pathPrefix: false
This commit is contained in:
parent
8cd84d73c9
commit
9d1a7cf3d7
|
|
@ -46,7 +46,9 @@ export default defineNuxtConfig({
|
||||||
// this is required else Nuxt will autoImport `.ts` file
|
// this is required else Nuxt will autoImport `.ts` file
|
||||||
extensions: ['.vue'],
|
extensions: ['.vue'],
|
||||||
// prefix for your components, eg: UiButton
|
// prefix for your components, eg: UiButton
|
||||||
prefix: 'Ui'
|
prefix: 'Ui',
|
||||||
|
// prevent adding another prefix component by it's path.
|
||||||
|
pathPrefix: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user