Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
fix(drag-class): update drag class to apply styles on drag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Sep 18, 2017
1 parent 8fba72c commit ab28130
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.js

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

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/VueTransmit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
},
isDraggingClass() {
return {
"v-transmit__drop-zone--is-dragging": this.dragging,
"v-transmit__upload-area--is-dragging": this.dragging,
[this.dragClass]: this.dragging,
}
},
Expand Down

0 comments on commit ab28130

Please sign in to comment.