diff options
| author | taehoon <th.dev91@gmail.com> | 2019-03-05 14:01:49 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-03-05 14:01:49 -0500 |
| commit | 7bceabb5bda1f7d0737f8f51e0aa07879b7ce72e (patch) | |
| tree | a201f0a1f7437574eb72284e0a3adf445e3bee23 /src/components/user_profile/user_profile.js | |
| parent | baf603a506529cfacdd4bf0b98f248cd3ed35b34 (diff) | |
Rename UserCardContent to UserCard
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index cdf1cee9..54126514 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -1,6 +1,6 @@ import { compose } from 'vue-compose' import get from 'lodash/get' -import UserCardContent from '../user_card_content/user_card_content.vue' +import UserCard from '../user_card/user_card.vue' import FollowCard from '../follow_card/follow_card.vue' import Timeline from '../timeline/timeline.vue' import withLoadMore from '../../hocs/with_load_more/with_load_more' @@ -147,7 +147,7 @@ const UserProfile = { } }, components: { - UserCardContent, + UserCard, Timeline, FollowerList, FriendList |
