Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/full-width-case-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Nov 13, 2023
2 parents 9529f8c + 8167b1a commit 2180886
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/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 src/dispatch/static/dispatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-markdown-it": "^1.0.10",
"vuetify": "3.3.22",
"vuetify": "3.4.0",
"vuex": "^4.1.0",
"vuex-map-fields": "^1.4.1"
},
Expand Down
9 changes: 0 additions & 9 deletions src/dispatch/static/dispatch/src/vuetify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import "vuetify/styles"
import { createVuetify } from "vuetify"
import * as components from "vuetify/components"
import * as directives from "vuetify/directives"
import { VDataTable, VDataTableServer } from "vuetify/labs/VDataTable"
import { VBottomSheet } from "vuetify/labs/VBottomSheet"
import { VDatePicker } from "vuetify/labs/VDatePicker"
import * as VStepper from "vuetify/labs/VStepper"

export function vuetifyPlugin(app) {
const vuetify = createVuetify({
Expand Down Expand Up @@ -61,11 +57,6 @@ export function vuetifyPlugin(app) {
},
},
components: {
VDataTable,
VDataTableServer,
VBottomSheet,
VDatePicker,
...VStepper,
...components,
},
directives,
Expand Down

0 comments on commit 2180886

Please sign in to comment.