目录代码整合
This commit is contained in:
		
							
								
								
									
										40
									
								
								packages/extra/AppThematicConfig/AppThematicConfig.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								packages/extra/AppThematicConfig/AppThematicConfig.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,40 @@ | ||||
| <template> | ||||
|   <div class="AppThematicConfig"> | ||||
|     <List | ||||
|       slot="content" | ||||
|       :instance="instance" | ||||
|       :dict="dict" | ||||
|       :permissions="permissions"> | ||||
|     </List> | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
|   import List from './components/List.vue' | ||||
|  | ||||
|   export default { | ||||
|     name: 'AppThematicConfig', | ||||
|     label: '专题配置', | ||||
|  | ||||
|     components: { | ||||
|       List | ||||
|     }, | ||||
|  | ||||
|     props: { | ||||
|       instance: Function, | ||||
|       dict: Object, | ||||
|       permissions: Function | ||||
|     }, | ||||
|  | ||||
|     data () { | ||||
|       return { | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
|   .AppThematicConfig { | ||||
|     height: 100%; | ||||
|   } | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user