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

Commit

Permalink
feat: 新增"发布/发布问题"
Browse files Browse the repository at this point in the history
1. 新增发布问题;
2. 添加 `dexie` 依赖, 更新 ['package.json', 'yarn.lock']
  • Loading branch information
jsonleex committed Apr 9, 2018
1 parent 56e012b commit ffa9cf7
Show file tree
Hide file tree
Showing 6 changed files with 494 additions and 32 deletions.
6 changes: 5 additions & 1 deletion src/page/PostMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
<img src="../images/[email protected]">
<span>签到</span>
</div>
<div v-if="open" key="ico_question" class="m-box-model m-aln-center m-post-menu-item">
<div
v-if="open"
key="ico_question"
@click="to('/post/question')"
class="m-box-model m-aln-center m-post-menu-item">
<img src="../images/[email protected]">
<span>提问</span>
</div>
Expand Down
Loading

0 comments on commit ffa9cf7

Please sign in to comment.