mirror of https://github.com/Kylart/KawAnime.git
Disabled not working button
This commit is contained in:
parent
e26df2ec91
commit
a292b409a8
|
@ -186,7 +186,7 @@
|
|||
<md-input type="number" v-model="year" @keydown.enter="getThisSeason(year, season)"></md-input>
|
||||
</md-input-container>
|
||||
|
||||
<md-button id="season-search"
|
||||
<md-button id="season-search" disabled
|
||||
@click="getThisSeason(year, season)"
|
||||
class="md-raised md-accent">
|
||||
Not yet
|
||||
|
|
Loading…
Reference in New Issue