Initial commit

This commit is contained in:
Kamil Klecha
2021-10-13 21:30:26 +02:00
parent ffed90ec4f
commit e57756227b
13 changed files with 752 additions and 253 deletions

4
src/shims-vuetify.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module 'vuetify/lib/framework' {
import Vuetify from 'vuetify'
export default Vuetify
}