feat(types): update to Typescript 3.9 (#1106)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
if (__BROWSER__ && __DEV__) {
|
||||
// @ts-ignore `console.info` cannot be null error
|
||||
console[console.info ? 'info' : 'log'](
|
||||
`You are running a development build of Vue.\n` +
|
||||
`Make sure to use the production build (*.prod.js) when deploying for production.`
|
||||
|
||||
Reference in New Issue
Block a user