瀏覽代碼

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…
取消
儲存