index.js 182 Bytes
Newer Older
孙谢炜's avatar
孙谢炜 committed
1 2 3 4 5 6 7 8 9 10 11 12
/**
 * plugins/index.js
 *
 * Automatically included in `./src/main.js`
 */

// Plugins
import vuetify from './vuetify'

export function registerPlugins (app) {
  app.use(vuetify)
}