Frequently asked questions
Stuck on a particular problem? Check some of these common gotchas before creating a ticket. If you still cannot find what you are looking for, you can submit an issue on GitHub or ask in our community.
Questions
What is Vuetify?
Vuetify is a Vue.js framework that helps to create beautiful and responsive user interfaces. It includes a wide variety of customizable and reusable components for building modern applications.
What is the difference between Vuetify and Vue?
Vuetify is a framework that is built on top of Vue.js. It is a collection of components that can be used to build applications. Vue.js is a JavaScript framework that is used to build user interfaces.
What versions of Vue.js are compatible with Vuetify?
Vuetify is compatible with Vue.js 2.6.0 and above.
Can I use Vuetify with other CSS frameworks?
Yes, you can use Vuetify with other CSS frameworks, but it is typically not recommended. If you are integrating Vuetify into an existing application that is using another CSS framework, you may want to disable the default color and utility generation. See the SASS Variables page for more information.
Can I customize the styling of Vuetify components?
Yes, you can customize the styling of Vuetify components using the Global configuration. Vuetify also provides SASS variables that can be overridden to change the look and feel of the components.
Where can I get help with Vuetify?
If you need help with an issue, please use one of our help channels:
Can I contribute to Vuetify?
Yes, we welcome all contributions. Please see our contributing guide for more information.
Can I use Vuetify with server-side rendering?
Yes, Vuetify supports server-side rendering. Set the
ssr
property totrue
in yourvuetify
configuration object.import { createVuetify } from 'vuetify' export default createVuetify({ ssr: true, })
Is there still support for IE11 in Vuetify 3?
No. If you need to support IE11, you will need to use Vuetify 2.