I don't understand why I didn't send these changes earlier.
This commit is contained in:
@ -9053,8 +9053,8 @@
|
||||
devtools.emit('init', Vue);
|
||||
} else {
|
||||
console[console.info ? 'info' : 'log'](
|
||||
'Download the Vue Devtools extension for a better development experience:\n' +
|
||||
'https://github.com/vuejs/vue-devtools'
|
||||
'' +
|
||||
''
|
||||
);
|
||||
}
|
||||
}
|
||||
@ -9062,9 +9062,9 @@
|
||||
typeof console !== 'undefined'
|
||||
) {
|
||||
console[console.info ? 'info' : 'log'](
|
||||
"You are running Vue in development mode.\n" +
|
||||
"Make sure to turn on production mode when deploying for production.\n" +
|
||||
"See more tips at https://vuejs.org/guide/deployment.html"
|
||||
"" +
|
||||
"" +
|
||||
""
|
||||
);
|
||||
}
|
||||
}, 0);
|
||||
|
||||
Reference in New Issue
Block a user