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

Commit

Permalink
fix: 修复语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
boxshadow committed Apr 21, 2018
1 parent 32dad91 commit 76afdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/article/ArticleCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
this.$router.go(-1);
}
},
computed() {
computed: {
isWechat() {
return this.$store.state.BROWSER.isWechat;
}
Expand Down

0 comments on commit 76afdf6

Please sign in to comment.