Commit acd56495 authored by Mathias Haugsbø's avatar Mathias Haugsbø
Browse files

Correct type of bounds property

parent e271189c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ export const props = {
    required: true,
  },
  bounds: {
    type: Array,
    type: [Array, Object],
    required: true,
  },
  opacity: {