Merge pull request #1417 from unarist/fix/userpage
Fix model method definitions on profile page components
This commit is contained in:
		
						commit
						b91fd00bbc
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@ export default Vue.extend({
 | 
				
			||||||
			fetching: true
 | 
								fetching: true
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	method() {
 | 
						methods: {
 | 
				
			||||||
		getAcct,
 | 
							getAcct,
 | 
				
			||||||
		getUserName
 | 
							getUserName
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@ export default Vue.extend({
 | 
				
			||||||
			fetching: true
 | 
								fetching: true
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	method() {
 | 
						methods: {
 | 
				
			||||||
		getAcct
 | 
							getAcct
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	mounted() {
 | 
						mounted() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue