Fix lint warnings
This commit is contained in:
parent
c085d2c0ac
commit
a5da5241ae
6 changed files with 29 additions and 31 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -95,9 +95,11 @@ export default {
|
|||
props: {
|
||||
dataSchema: {
|
||||
type: Object,
|
||||
required: true,
|
||||
},
|
||||
value: {
|
||||
type: null,
|
||||
required: true,
|
||||
},
|
||||
label: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue