fix(docs): make examples link consistent

This commit is contained in:
Andrey 2023-08-16 14:43:57 +03:00
parent 20cec3fe93
commit 558a7260aa

View File

@ -506,9 +506,9 @@ An object or an array of objects with the following properties:
#### Examples
```ts
// https://github.com/pi0/storyblok-nuxt
import { defineNuxtModule, addImports, createResolver } from '@nuxt/kit'
// creds: https://github.com/pi0/storyblok-nuxt
export default defineNuxtModule({
setup(options, nuxt) {
const names = [
@ -557,9 +557,9 @@ Options to pass to the import. If `prepend` is set to `true`, the imports will b
#### Examples
```ts
// https://github.com/vueuse/motion/tree/main/src/nuxt
import { defineNuxtModule, addImportsDir, createResolver } from '@nuxt/kit'
// creds: https://github.com/vueuse/motion/tree/main/src/nuxt
export default defineNuxtModule<ModuleOptions>({
meta: {
name: '@vueuse/motion',
@ -693,9 +693,9 @@ An object or an array of objects with the following properties:
#### Examples
```ts
// https://github.com/elk-zone/elk
import { defineNuxtModule, addImportsSources } from '@nuxt/kit'
// creds: https://github.com/elk-zone/elk
export default defineNuxtModule({
setup() {
// add imports from h3 to make them autoimported