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