mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Refactor
This commit is contained in:
		
							parent
							
								
									e7c83db9c7
								
							
						
					
					
						commit
						139523b763
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -122,16 +122,16 @@ export default Vue.extend({
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	mounted() {
 | 
					 | 
				
			||||||
		this.fetchReplies();
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	watch: {
 | 
						watch: {
 | 
				
			||||||
		note() {
 | 
							note() {
 | 
				
			||||||
			this.fetchReplies();
 | 
								this.fetchReplies();
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						mounted() {
 | 
				
			||||||
 | 
							this.fetchReplies();
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	methods: {
 | 
						methods: {
 | 
				
			||||||
		fetchReplies() {
 | 
							fetchReplies() {
 | 
				
			||||||
			if (this.compact) return;
 | 
								if (this.compact) return;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue