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 26, 2018
1 parent 5fea494 commit 07767f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/group/GroupPostDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import bus from "@/bus.js";
import Wx from "weixin-js-sdk";
import wx from "@/util/share.js";
import markdownIt from "markdown-it";
import { likeGroupPost } from "@/api/group.js";
import FeedDetail from "../feed/feedDetail.vue";
import plusImagePlugin from "markdown-it-plus-image";
import { likeGroupPost, collectGroupPost } from "@/api/group.js";
export default {
name: "group-post-detail",
Expand Down

0 comments on commit 07767f7

Please sign in to comment.