Skip to content

Commit

Permalink
fix: prioritized dynamic input vs config (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmurraydavid authored Mar 15, 2021
1 parent d29a1a7 commit 2d125a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recaptcha.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
:data-sitekey="siteKey || $recaptcha.siteKey"
:data-size="$recaptcha.size || dataSize"
:data-size="dataSize || $recaptcha.size"
:data-theme="dataTheme"
:data-badge="dataBadge"
:data-tabindex="dataTabindex"
Expand Down

0 comments on commit 2d125a3

Please sign in to comment.