Skip to content

Commit

Permalink
Remove vue3-click-away
Browse files Browse the repository at this point in the history
as it is no longer needed
  • Loading branch information
eronisko committed Apr 26, 2024
1 parent a243f7d commit bf3485b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"vue-masonry": "^0.16.0",
"vue-select": "^4.0.0-beta.6",
"vue-slider-component": "^4.1.0-beta.7",
"vue3-click-away": "^1.2.4",
"vue3-lottie": "^3.3.0"
}
}
2 changes: 0 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import './components/clipboard-button'
// // Vue
import { createApp } from 'vue'
import { VueMasonryPlugin } from 'vue-masonry'
import VueClickAway from 'vue3-click-away'
import { i18nVue } from 'laravel-vue-i18n'
import { ZiggyVue } from '../../vendor/tightenco/ziggy/dist/vue.es'

Expand Down Expand Up @@ -74,7 +73,6 @@ createApp({
},
})
.use(VueMasonryPlugin)
.use(VueClickAway)
.use(i18nVue, {
resolve: async (lang) => {
const langs = import.meta.glob('../../lang/*.json')
Expand Down

0 comments on commit bf3485b

Please sign in to comment.