fix(c-lib): hide component library shortcut link in non-dev (#557)
This commit is contained in:
		
							parent
							
								
									e5d0ba7073
								
							
						
					
					
						commit
						56d74d07a8
					
				| @ -103,7 +103,7 @@ const tools = computed<ToolCategory[]>(() => [ | |||||||
|           Home |           Home | ||||||
|         </n-tooltip> |         </n-tooltip> | ||||||
| 
 | 
 | ||||||
|         <c-button to="/c-lib" circle variant="text" aria-label="UI Lib"> |         <c-button v-if="config.app.env === 'development'" to="/c-lib" circle variant="text" aria-label="UI Lib"> | ||||||
|           <icon-mdi:brush-variant text-20px /> |           <icon-mdi:brush-variant text-20px /> | ||||||
|         </c-button> |         </c-button> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user