Fix typo (horizon*t*al)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
73b485253c
commit
ec30f0f33d
|
@ -110,7 +110,7 @@ export default {
|
|||
if (image.width < image.height) {
|
||||
this.orientation = 'vertical'
|
||||
} else if (image.width > image.height) {
|
||||
this.orientation = 'horizonal'
|
||||
this.orientation = 'horizontal'
|
||||
} else if (image.width === image.height) {
|
||||
this.orientation = 'square'
|
||||
}
|
||||
|
|
Reference in a new issue