shish 4 lat temu
rodzic
commit
6221095dbb
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      ghsApp/src/components/module/shopSelect.vue

+ 1 - 2
ghsApp/src/components/module/shopSelect.vue

@@ -26,7 +26,6 @@
 import DropdownList from "@/components/plugin/dropdown-list"
 import {mapGetters,mapState} from "vuex"
 import { shopAll } from '@/api/common'
-import { shopAll } from '@/api/common'
 export default {
     name:'DorpdownSelect',
     components:{
@@ -77,7 +76,7 @@ export default {
             }
         })
     },
-	},    methods:{
+    methods:{
         switchCut(){
             this.dropdownShow = !this.dropdownShow
         },