You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							371 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							371 B
						
					
					
				
								<template>
							 | 
						|
								</template>
							 | 
						|
								
							 | 
						|
								<script>
							 | 
						|
									import {parent, children} from '../common/relation';
							 | 
						|
									export default {
							 | 
						|
										name: 'lime-painter-qrcode',
							 | 
						|
										mixins:[children('painter')],
							 | 
						|
										props: {
							 | 
						|
											id: String,
							 | 
						|
											css: [String, Object],
							 | 
						|
											text: String
							 | 
						|
										},
							 | 
						|
										data() {
							 | 
						|
											return {
							 | 
						|
												type: 'qrcode',
							 | 
						|
												el: {
							 | 
						|
													css: {},
							 | 
						|
													text: null
							 | 
						|
												},
							 | 
						|
											}
							 | 
						|
										}
							 | 
						|
									}
							 | 
						|
								</script>
							 | 
						|
								
							 | 
						|
								<style>
							 | 
						|
								</style>
							 |