This commit is contained in:
Sébastien Chopin 2017-08-01 15:34:14 +02:00 committed by GitHub
parent 37c3d5433d
commit 62cd7f5d11
1 changed files with 1 additions and 1 deletions

View File

@ -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',