๐Ÿ“ฆ vuetifyjs / theme-vite-free

๐Ÿ“„ index.js ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15/**
 * plugins/index.js
 *
 * Automatically included in `./src/main.js`
 */

import vuetify from './vuetify'
import { loadFonts } from './webfontloader'

export function registerPlugins (app) {
  loadFonts()

  app.use(vuetify)
}