Fix #2428
This commit is contained in:
		
							parent
							
								
									58da32358b
								
							
						
					
					
						commit
						6677508ba7
					
				
					 2 changed files with 12 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -16,7 +16,7 @@ import Vue from 'vue';
 | 
			
		|||
export default Vue.extend({
 | 
			
		||||
	data() {
 | 
			
		||||
		return {
 | 
			
		||||
			name: (this as any).os.instanceName,
 | 
			
		||||
			name: null,
 | 
			
		||||
			posted: false,
 | 
			
		||||
			text: new URLSearchParams(location.search).get('text')
 | 
			
		||||
		};
 | 
			
		||||
| 
						 | 
				
			
			@ -25,6 +25,11 @@ export default Vue.extend({
 | 
			
		|||
		close() {
 | 
			
		||||
			window.close();
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
	mounted() {
 | 
			
		||||
		(this as any).os.getMeta().then(meta => {
 | 
			
		||||
			this.name = meta.name;
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@ import Vue from 'vue';
 | 
			
		|||
export default Vue.extend({
 | 
			
		||||
	data() {
 | 
			
		||||
		return {
 | 
			
		||||
			name: (this as any).os.instanceName,
 | 
			
		||||
			name: null,
 | 
			
		||||
			posted: false,
 | 
			
		||||
			text: new URLSearchParams(location.search).get('text')
 | 
			
		||||
		};
 | 
			
		||||
| 
						 | 
				
			
			@ -25,6 +25,11 @@ export default Vue.extend({
 | 
			
		|||
		close() {
 | 
			
		||||
			window.close();
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
	mounted() {
 | 
			
		||||
		(this as any).os.getMeta().then(meta => {
 | 
			
		||||
			this.name = meta.name;
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue