eslint —fix
This commit is contained in:
parent
9712e324e5
commit
b2dbf01a72
3 changed files with 423 additions and 191 deletions
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<button :disabled="progress || disabled" @click="onClick">
|
||||
<button
|
||||
:disabled="progress || disabled"
|
||||
@click="onClick"
|
||||
>
|
||||
<template v-if="progress && $slots.progress">
|
||||
<slot name="progress" />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue