refactor(xumu): 移除未使用的组件导入
- 删除了 AiEartagPicker 组件的导入语句 - 移除了 components 中的 AiEartagPicker 注册
This commit is contained in:
		| @@ -1,10 +1,8 @@ | ||||
| <script> | ||||
| import {mapState} from "vuex" | ||||
| import AiEartagPicker from "@project/xumu/components/AiEartagPicker.vue"; | ||||
|  | ||||
| export default { | ||||
|   name: "oaAdd", | ||||
|   components: {AiEartagPicker}, | ||||
|   props: { | ||||
|     instance: Function, | ||||
|     permissions: Function, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user