Skip to content

Commit

Permalink
fix: force disable crossOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Jun 21, 2023
1 parent 53e2ac1 commit ee802c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
node_modules
package-lock.json
tmp
.yarn
.yarnrc
yarn.lock

# Quasar core related directories
.quasar
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vue": "^3.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.0",
"vue-waterfall-plugin-next": "^2.2.0",
"vue-waterfall-plugin-next": "^2.2.1",
"vue3-highlightjs": "^1.0.5",
"vuex": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/waterfall/PicWaterfall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<vue-waterfall ref="waterfall"
:gutter="8" :lazyload="true" :delay="400"
:list="water_fall.img_urls"
:breakpoints="breakpoints"
:breakpoints="breakpoints" :crossOrigin="false"
:backgroundColor="backgroundColor">
<template #item="{ item, url }">
<div class="text-center" @click="card_click_event('imgBoxClickEvent', item)">
Expand Down

0 comments on commit ee802c1

Please sign in to comment.