Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
peak committed Oct 17, 2016
2 parents c2af624 + 9b2784e commit 16d6811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
type: Number,
default: 300,
validator (val) {
return val >= 300
return val >= 100
}
},
zIndex: {
Expand Down Expand Up @@ -194,4 +194,4 @@
})
}
}
</script>
</script>

0 comments on commit 16d6811

Please sign in to comment.