Categories
Vue Answers

How to disable the “development mode” warning in Vue.js?

Spread the love

Sometimes, we want to disable the "development mode" warning in Vue.js.

In this article, we’ll look at how to disable the "development mode" warning in Vue.js.

How to disable the "development mode" warning in Vue.js?

To disable the "development mode" warning in Vue.js, we can set Vue.config.productionTip to false.

For instance, we write

Vue.config.productionTip = false

to set Vue.config.productionTip to false.

Conclusion

To disable the "development mode" warning in Vue.js, we can set Vue.config.productionTip to false.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *