mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 11:27:13 +00:00
fix: default ready message
This commit is contained in:
parent
84774daa3f
commit
46c7fd2767
@ -21,7 +21,7 @@ export default class Nuxt {
|
|||||||
constructor(options = {}) {
|
constructor(options = {}) {
|
||||||
this.options = Options.from(options)
|
this.options = Options.from(options)
|
||||||
|
|
||||||
this.readyMessage = 'Nuxt is ready!'
|
this.readyMessage = 'Ready'
|
||||||
this.initialized = false
|
this.initialized = false
|
||||||
|
|
||||||
// Hooks
|
// Hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user