소스 검색

Merge pull request #948 from pixelfed/frontend-ui-refactor

Frontend ui refactor
daniel 6 년 전
부모
커밋
78992835a6
3개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      public/js/profile.js
  2. BIN
      public/mix-manifest.json
  3. 0 1
      resources/assets/js/components/Profile.vue

BIN
public/js/profile.js


BIN
public/mix-manifest.json


+ 0 - 1
resources/assets/js/components/Profile.vue

@@ -356,7 +356,6 @@ export default {
 		fetchProfile() {
 			axios.get('/api/v1/accounts/' + this.profileId).then(res => {
 				this.profile = res.data;
-				this.loading = false;
 			});
 			axios.get('/api/v1/accounts/verify_credentials').then(res => {
 				this.user = res.data;