Skip to content

Commit ec40695

Browse files
committed
With top 10
1 parent 4bdb951 commit ec40695

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

days/093-096-vuejs/movie_exploder/css/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,8 @@ input.form-control {
6969

7070
span.badge {
7171
cursor: pointer;
72+
}
73+
74+
.top_10 {
75+
cursor: pointer;
7276
}

days/093-096-vuejs/movie_exploder/views/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ <h1>Movie Exploder</h1>
2222
>
2323

2424
<div class="subcontrols">
25+
2526
<a class="top_10" @click="top_10()">Top 10</a>
27+
2628
</div>
2729

2830
</div>

0 commit comments

Comments
 (0)