Installing Vuetify for custom components
- 
					
					
					
					
 Hi, is there a guide on how to install Vuetify with Bagisto? 
 I've creates some blade with vue component but I can't install Vuetify because it throws error like : [Vuetify] Multiple instances of Vue detected inside the console.Thanks 
- 
					
					
					
					
 Hello there, Vuetify is also a framework so It can not be installed directly. you can customize this. meanwhile, you can use Vue components. With the Below code, you can create Vue components. Vue.component('option-wrapper', { template: '#options-template', data: function() { return { } }, created: function () { }, })