pre cli for vueify

This commit is contained in:
2022-04-08 23:59:32 -05:00
parent cc242caefe
commit 9b361312c2
4 changed files with 81 additions and 12 deletions

4
plugins/vuetify.ts Normal file
View File

@@ -0,0 +1,4 @@
import 'vuetify/styles'
import { createVuetify } from 'vuetify'
export default createVuetify()