mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-10-04 15:36:00 +00:00
Migrate to vuetify and vite (#251)
This commit is contained in:
12
src/plugins/index.js
Normal file
12
src/plugins/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* plugins/index.js
|
||||
*
|
||||
* Automatically included in `./src/main.js`
|
||||
*/
|
||||
|
||||
// Plugins
|
||||
import vuetify from './vuetify'
|
||||
|
||||
export function registerPlugins (app) {
|
||||
app.use(vuetify)
|
||||
}
|
Reference in New Issue
Block a user