Skip to content

Commit

Permalink
fixes #38 help text
Browse files Browse the repository at this point in the history
  • Loading branch information
flokosiol committed Feb 25, 2019
1 parent 6e63aa7 commit da353ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ panel.plugin("flokosiol/focus", {
props: {
label: String,
value: String,
image: String
image: String,
help: String
},
data () {
let coordinates = JSON.parse(this.value || '{"x":0.5,"y":0.5}')
Expand Down Expand Up @@ -49,6 +50,7 @@ panel.plugin("flokosiol/focus", {
</div>
<div class="focus-background"></div>
</div>
<slot name="footer"></slot>
</k-field>
`
}
Expand Down

0 comments on commit da353ec

Please sign in to comment.