17 lines
		
	
	
		
			362 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| favicon: /favicons/miro.svg
 | |
| items:
 | |
|   - name: Create board
 | |
|     desc: Creates a new board.
 | |
|   - name: Copy board
 | |
|     desc: Creates a copy of an existing board.
 | |
|   - name: Create card widget
 | |
|     desc: Creates a new card widget on an existing board.
 | |
| ---
 | |
| 
 | |
| <script setup>
 | |
|   import CustomListing from '../../components/CustomListing.vue'
 | |
| </script>
 | |
| 
 | |
| <CustomListing />
 | 
