Skip to content

Commit

Permalink
Try vue-cropper
Browse files Browse the repository at this point in the history
  • Loading branch information
otomad committed Nov 1, 2023
1 parent e8c63e2 commit 1912932
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,14 @@ export default defineNuxtConfig({
}),
],
}, */
build: {
vendor: [
"vue-cropper",
],
plugins: [
{ src: "~/plugins/vue-cropper", ssr: false },
],
},
vue: {
compilerOptions: {
isCustomElement(tag) {
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"nuxt-icons": "^3.2.1",
"pinia": "^2.1.3",
"vue-audio-visual": "^3.0.3",
"vue-cropper": "^1.1.1",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"keywords": [
Expand Down

0 comments on commit 1912932

Please sign in to comment.