瀏覽代碼

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

Frontend ui refactor
daniel 6 年之前
父節點
當前提交
78992835a6
共有 3 個文件被更改,包括 0 次插入1 次删除
  1. 二進制
      public/js/profile.js
  2. 二進制
      public/mix-manifest.json
  3. 0 1
      resources/assets/js/components/Profile.vue

二進制
public/js/profile.js


二進制
public/mix-manifest.json


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

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