Skip to content

Commit b0f1559

Browse files
committed
run lint
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent afb4af8 commit b0f1559

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/problem/list.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@
4545
<el-divider />
4646
<el-checkbox v-model="showTags"> Show Tags</el-checkbox>
4747
<el-divider />
48-
<el-button type="info" style="width: 100%" @click="$store.state.createProblem.displayCreateProblem = true" plain>Create New Problem</el-button>
48+
<el-button
49+
type="info"
50+
style="width: 100%"
51+
@click="$store.state.createProblem.displayCreateProblem = true;"
52+
plain
53+
>
54+
Create New Problem
55+
</el-button>
4956
</el-card>
5057
</el-col>
5158
</el-row>

0 commit comments

Comments
 (0)