import { createApp } from "vue"; import Vuetify from "./plugins/vuetify.js"; import App from "./App.vue"; createApp(App).use(Vuetify).mount("#app");