Answer the question
In order to leave comments, you need to log in
How to connect Vuetify?
I'm trying to connect Vuetify. The problem is that the component does not work Instead of a hamburger, the inscription "Menu" is displayed Added to app.scss
File app.js<v-toolbar-side-icon></v-toolbar-side-icon>
@import '~vuetify/dist/vuetify.min.css';
import PanelComponent from "./components/PanelComponent";
require('./bootstrap');
var Vue = require('vue');
var Vuetify = require('vuetify');
Vue.use(Vuetify)
Vue.component('panel-component', require('./components/PanelComponent.vue').default);
const app = new Vue({
el: '#app'
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question