I have Vuetify installed in my Laravel project but none of the v- classes are working. There are no errors in the console though. Here is the app.js file: require('./bootstrap');
Solution 1:
When you create your Vue istance you must create a new istance of Vuetify also.
Post a Comment for "Vuetify Not Being Applied In Laravel"