Fix lint warnings

This commit is contained in:
Julian Stirling 2025-10-27 18:17:14 +00:00
parent c085d2c0ac
commit a5da5241ae
6 changed files with 29 additions and 31 deletions

View file

@ -5,7 +5,7 @@
isDisabled ? 'uk-button-disabled' : '',
buttonPrimary ? 'uk-button-primary' : 'uk-button-default',
]"
:href="URL"
:href="url"
download
>
{{ buttonLabel }}</a
@ -22,7 +22,7 @@ export default {
required: false,
default: true,
},
URL: {
url: {
type: String,
required: true,
},