Skip to content

Commit

Permalink
🐛 Fix conflict in scene and container props
Browse files Browse the repository at this point in the history
  • Loading branch information
GMartigny committed Apr 22, 2020
1 parent fb91379 commit e48847d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default ({ Scene }) => ({
name: "PScene",
extends: PContainer,
template: "<div><slot/></div>",
props: ["options"],
watch: {
options () {
this.$pencil.setOptions(this.options);
Expand Down

0 comments on commit e48847d

Please sign in to comment.