|
@@ -43,11 +43,13 @@ import animationMins from "@/mixins/animation";
|
|
|
|
|
|
|
|
import allSelectInput from "@/components/module/allSelectInput";
|
|
import allSelectInput from "@/components/module/allSelectInput";
|
|
|
import allSelectInputMins from "@/mixins/allSelectInput";
|
|
import allSelectInputMins from "@/mixins/allSelectInput";
|
|
|
-import easyLoadimage from '@/components/easy-loadimage/easy-loadimage.vue'
|
|
|
|
|
|
|
+//报错暂时注释
|
|
|
|
|
+//import easyLoadimage from '@/components/easy-loadimage/easy-loadimage.vue'
|
|
|
export default {
|
|
export default {
|
|
|
name: "Commodity",
|
|
name: "Commodity",
|
|
|
components: {
|
|
components: {
|
|
|
- AppImg,allSelectInput,easyLoadimage
|
|
|
|
|
|
|
+ AppImg,allSelectInput
|
|
|
|
|
+ //easyLoadimage
|
|
|
},
|
|
},
|
|
|
mixins: [animationMins,allSelectInputMins],
|
|
mixins: [animationMins,allSelectInputMins],
|
|
|
props: {
|
|
props: {
|