Skip to content

Commit

Permalink
chore: bump vuetify to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Nov 25, 2023
1 parent d432d2f commit 66fcb9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vue-i18n": "^9.5.0",
"vue-matomo": "^4.2.0",
"vue3-shortkey": "^4.0.0",
"vuetify": "^3.3.19",
"vuetify": "^3.4.3",
"vuex": "^4.1.0",
"vuex-persist": "^3.1.3",
"websocket-as-promised": "^2.0.1"
Expand Down
3 changes: 1 addition & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import "vuetify/styles";
import { createVuetify } from "vuetify";
import * as components from "vuetify/components";
import * as directives from "vuetify/directives";
import { VDataTable } from "vuetify/labs/VDataTable";

// VMdPreview
import VMdPreview from "@kangc/v-md-editor/lib/preview";
Expand Down Expand Up @@ -50,7 +49,7 @@ store.commit("setTheme", defaultTheme);
applyTheme(defaultTheme);

const vuetify = createVuetify({
components: { ...components, VDataTable },
components: { ...components },
directives,
locale: {
adapter: createVueI18nAdapter({ i18n, useI18n }),
Expand Down

1 comment on commit 66fcb9a

@vercel
Copy link

@vercel vercel bot commented on 66fcb9a Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.