浏览代码

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() {
 			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;