mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	feat: add vue3(element-plus)
This commit is contained in:
		
							
								
								
									
										11
									
								
								yudao-ui-admin-vue3/plop/component/component.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								yudao-ui-admin-vue3/plop/component/component.hbs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <script setup lang="ts"> | ||||
| import { useDesign } from '@/hooks/web/useDesign' | ||||
|  | ||||
| const { getPrefixCls } = useDesign() | ||||
|  | ||||
| const prefixCls = getPrefixCls('{{ name }}') | ||||
| </script> | ||||
|  | ||||
| <template> | ||||
|   <div :class="`${prefixCls}-{{ name }}`">{{ upperFirstName }}</div> | ||||
| </template> | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu