FIX: uppercase
This commit is contained in:
parent
c00ce5ab94
commit
39a3062009
@ -24,7 +24,7 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import ListeLieuxTemplate from "@/components/templates/CRM/lieux/ListeLieuxTemplate.vue";
|
||||
import LocationTable from "@/components/molecules/Location/LocationTable.vue";
|
||||
import LocationTable from "@/components/molecules/location/LocationTable.vue";
|
||||
import addButton from "@/components/molecules/new-button/addButton.vue";
|
||||
import TableAction from "@/components/molecules/Tables/TableAction.vue";
|
||||
import FilterTable from "@/components/molecules/Tables/FilterTable.vue";
|
||||
|
||||
@ -142,7 +142,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, computed, defineProps, defineEmits } from "vue";
|
||||
import LocationSearchForm from "@/components/molecules/Location/LocationSearchForm.vue";
|
||||
import LocationSearchForm from "@/components/molecules/location/LocationSearchForm.vue";
|
||||
import SoftInput from "@/components/SoftInput.vue";
|
||||
// Import API service when available
|
||||
// import locationService from "@/services/location";
|
||||
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
<script setup>
|
||||
import { defineProps, defineEmits, ref } from "vue";
|
||||
import LocationModal from "../Location/LocationModal.vue";
|
||||
import LocationModal from "../location/LocationModal.vue";
|
||||
import SoftButton from "@/components/SoftButton.vue";
|
||||
|
||||
defineProps({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user