Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: (#235) 发布问题字数限制
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jun 27, 2018
1 parent 855ce76 commit 763c7ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/page/post/PostQuestion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
v-show="step === 1"
class="m-pos-f m-box-model m-flex-grow1 m-flex-shrink1 m-main">
<div class="m-box m-flex-grow0 m-shrink0 m-bb1 m-lim-width question-title">
<input type="search" v-model="question.title" @input="serachQuestionByKey" placeholder="请输入问题并以问号结尾">
<input
type="search"
placeholder="请输入问题并以问号结尾"
maxlength="50"
v-model="question.title"
@input="serachQuestionByKey" />
</div>
<ul class="m-box-model m-flex-grow1 m-flex-shrink1 m-lim-width question-list">
<router-link
Expand Down

0 comments on commit 763c7ff

Please sign in to comment.