mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-03 10:57:18 +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 = {}) {
|
||||
this.options = Options.from(options)
|
||||
|
||||
this.readyMessage = 'Nuxt is ready!'
|
||||
this.readyMessage = 'Ready'
|
||||
this.initialized = false
|
||||
|
||||
// Hooks
|
||||
|
Loading…
Reference in New Issue
Block a user