Skip to content

Commit

Permalink
switch to a-la-carte vuetify components
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid authored and timonegk committed Jul 19, 2020
1 parent a4499f9 commit af29676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lecture2gether-vue/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';
import 'vuetify/dist/vuetify.min.css';

Vue.use(Vuetify);
Expand Down
3 changes: 2 additions & 1 deletion lecture2gether-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
"webpack-env",
"vuetify"
],
"paths": {
"@/*": [
Expand Down

0 comments on commit af29676

Please sign in to comment.