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
 | 
			
		||||
		};
 | 
			
		||||
	},
 | 
			
		||||
	method() {
 | 
			
		||||
	methods: {
 | 
			
		||||
		getAcct,
 | 
			
		||||
		getUserName
 | 
			
		||||
	},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,7 +30,7 @@ export default Vue.extend({
 | 
			
		|||
			fetching: true
 | 
			
		||||
		};
 | 
			
		||||
	},
 | 
			
		||||
	method() {
 | 
			
		||||
	methods: {
 | 
			
		||||
		getAcct
 | 
			
		||||
	},
 | 
			
		||||
	mounted() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue