Skip to content

Commit a36291f

Browse files
committed
fix showtag button
1 parent 1411f27 commit a36291f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/problem/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
alive: true,
6666
ajax_url: apiurl('/problem/list'),
6767
limit: 50,
68-
showTags: false,
68+
showTags: this.$store.state.tags.displayTags,
6969
columns: [{
7070
name: 'score',
7171
label: 'Status',

0 commit comments

Comments
 (0)