mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Fix path
This commit is contained in:
parent
37c3d5433d
commit
62cd7f5d11
@ -7,7 +7,7 @@
|
||||
import Vue from 'vue'
|
||||
import NuxtChild from './nuxt-child'
|
||||
import NuxtError from '<%= components.ErrorPage ? ((components.ErrorPage.includes('~') || components.ErrorPage.includes('@')) ? components.ErrorPage : "../" + components.ErrorPage) : "./nuxt-error.vue" %>'
|
||||
import { compile } from '~/.nuxt/utils'
|
||||
import { compile } from '../utils'
|
||||
|
||||
export default {
|
||||
name: 'nuxt',
|
||||
|
Loading…
Reference in New Issue
Block a user