mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix i,ports
This commit is contained in:
parent
a4b4688f7c
commit
be4adbd366
@ -1,6 +1,6 @@
|
||||
import { Nuxt } from '..'
|
||||
import { loadFixture, getPort } from './utils'
|
||||
import * as browser from './utils/browser'
|
||||
import { Nuxt } from '../..'
|
||||
import { loadFixture, getPort } from '../utils'
|
||||
import * as browser from '../utils/browser'
|
||||
|
||||
let port
|
||||
const url = route => 'http://localhost:' + port + route
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Nuxt, Utils } from '..'
|
||||
import * as browser from './utils/browser'
|
||||
import { loadFixture, getPort } from './utils'
|
||||
import { Nuxt, Utils } from '../..'
|
||||
import * as browser from '../utils/browser'
|
||||
import { loadFixture, getPort } from '../utils'
|
||||
|
||||
let port
|
||||
const url = route => 'http://localhost:' + port + route
|
||||
|
Loading…
Reference in New Issue
Block a user