mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
fix: remove NuxtChild refs (#113)
This commit is contained in:
parent
dc2d17baca
commit
ba0fae74a7
@ -7,7 +7,6 @@ import {
|
|||||||
} from 'vue-router'
|
} from 'vue-router'
|
||||||
import type { Plugin } from 'nuxt/app'
|
import type { Plugin } from 'nuxt/app'
|
||||||
import NuxtPage from './NuxtPage.vue'
|
import NuxtPage from './NuxtPage.vue'
|
||||||
import NuxtChild from './NuxtChild.vue'
|
|
||||||
|
|
||||||
import routes from '~build/routes'
|
import routes from '~build/routes'
|
||||||
|
|
||||||
@ -20,7 +19,6 @@ export default <Plugin> function router (nuxt) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.component('NuxtPage', NuxtPage)
|
app.component('NuxtPage', NuxtPage)
|
||||||
app.component('NuxtChild', NuxtChild)
|
|
||||||
app.component('NuxtLink', RouterLink)
|
app.component('NuxtLink', RouterLink)
|
||||||
|
|
||||||
const routerHistory = process.client
|
const routerHistory = process.client
|
||||||
|
Loading…
Reference in New Issue
Block a user