eslint —fix

This commit is contained in:
taehoon 2019-07-10 20:59:10 -04:00
parent 9712e324e5
commit b2dbf01a72
3 changed files with 423 additions and 191 deletions

View file

@ -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>