Skip to content

Commit

Permalink
fix!: use Mario's vuetify
Browse files Browse the repository at this point in the history
Fixes #588.
  • Loading branch information
iisakkirotko committed Feb 3, 2025
1 parent 31a27a8 commit c76eff8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions packages/solara-vuetify-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/solara-vuetify-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"license": "MIT",
"dependencies": {
"@mariobuikhuizen/vue-compiler-addon": "^2.6.10-alpha.2",
"@mariobuikhuizen/vuetify": "^2.2.26-rc.0",
"@mdi/font": "^4.9.95",
"@widgetti/solara-widget-manager": "file:../solara-widget-manager",
"@widgetti/solara-widget-manager8": "file:../solara-widget-manager8",
"material-design-icons-iconfont": "^5.0.1",
"typeface-roboto": "0.0.54",
"vue": "~2.6.14",
"vuetify": "~2.2.26"
"vue": "~2.6.14"
},
"devDependencies": {
"css-loader": "^6.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/solara-vuetify-app/src/solara-vuetify-app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import Vue from 'vue';
import Vuetify from 'vuetify';
import 'vuetify/dist/vuetify.min.css';
import Vuetify from '@mariobuikhuizen/vuetify';
import '@mariobuikhuizen/vuetify/dist/vuetify.min.css';
import { addCompiler } from '@mariobuikhuizen/vue-compiler-addon';

addCompiler(Vue);
Expand Down

0 comments on commit c76eff8

Please sign in to comment.