Browse Source

SearchTab.vue merge fix... ooops

master
George Williams 5 years ago
parent
commit
09a971d874
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/components/shared/searchTab.vue

+ 3
- 2
src/components/shared/searchTab.vue View File

@@ -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…
Cancel
Save