소스 검색

SearchTab.vue merge fix... ooops

master
George Williams 5 년 전
부모
커밋
09a971d874
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      src/components/shared/searchTab.vue

+ 3
- 2
src/components/shared/searchTab.vue 파일 보기

@@ -90,8 +90,9 @@
90 90
 </template>
91 91
 
92 92
 <script>
93
-import propertySearch from '../property/propertySearchFields.vue';
94
-import timeshareSearch from '../timeshare/searchTimeshare.vue';
93
+import { mapState, mapActions } from "vuex";
94
+import propertySearch from "../property/propertySearchFields.vue";
95
+import timeshareSearch from "../timeshare/searchTimeshare.vue";
95 96
 
96 97
 export default {
97 98
   components: {

Loading…
취소
저장