16 lines
		
	
	
		
			165 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			165 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <script>
 | |
| export default {
 | |
|   name: "ccAdd"
 | |
| }
 | |
| </script>
 | |
| 
 | |
| <template>
 | |
|   <section class="ccAdd">
 | |
|   </section>
 | |
| </template>
 | |
| 
 | |
| <style scoped lang="scss">
 | |
| .ccAdd {
 | |
| }
 | |
| </style>
 |