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