1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-21 16:09:52 +00:00

fix: default ready message

This commit is contained in:
Pooya Parsa 2018-03-31 21:39:06 +04:30
parent 84774daa3f
commit 46c7fd2767

View File

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