Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
njhyuk committed Sep 25, 2019
1 parent ad0bf00 commit e4ee177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Vue from 'vue';
import Vuetify from 'vuetify';
import Vuetify from 'vuetify/lib';

Vue.use(Vuetify);

Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"baseUrl": ".",
"types": [
"webpack-env",
"jest"
"jest",
"vuetify"
],
"paths": {
"@/*": [
Expand Down

0 comments on commit e4ee177

Please sign in to comment.