File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <span class =" text-extra-big" >Edit proble #.{{this.$route.params.id}}</span >
3+ <span class =" text-extra-big" >Edit problem #.{{this.$route.params.id}}</span >
44 <el-input v-model =" title" placeholder =" input problem title here" ></el-input >
55 <MarkdownEditor v-model =" mdContent" />
66 <el-button type =" primary" @click =" submit();" :loading =" buttonLoading" >Submit</el-button >
Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <span class =" text-extra-big" >Submit proble #.{{this.$route.params.id}}</span >
3+ <span class =" text-extra-big" >Submit problem #.{{this.$route.params.id}}</span >
44 <el-select v-model =" lang_num" placeholder =" Select language" >
55 <el-option
66 v-for =" item in options"
You can’t perform that action at this time.
0 commit comments