FIX: uppercase

This commit is contained in:
kevin 2026-01-12 17:12:02 +03:00
parent c00ce5ab94
commit 39a3062009
4 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
</template> </template>
<script setup> <script setup>
import ListeLieuxTemplate from "@/components/templates/CRM/lieux/ListeLieuxTemplate.vue"; 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 addButton from "@/components/molecules/new-button/addButton.vue";
import TableAction from "@/components/molecules/Tables/TableAction.vue"; import TableAction from "@/components/molecules/Tables/TableAction.vue";
import FilterTable from "@/components/molecules/Tables/FilterTable.vue"; import FilterTable from "@/components/molecules/Tables/FilterTable.vue";

View File

@ -142,7 +142,7 @@
<script setup> <script setup>
import { ref, computed, defineProps, defineEmits } from "vue"; 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 SoftInput from "@/components/SoftInput.vue";
// Import API service when available // Import API service when available
// import locationService from "@/services/location"; // import locationService from "@/services/location";

View File

@ -120,7 +120,7 @@
<script setup> <script setup>
import { defineProps, defineEmits, ref } from "vue"; import { defineProps, defineEmits, ref } from "vue";
import LocationModal from "../Location/LocationModal.vue"; import LocationModal from "../location/LocationModal.vue";
import SoftButton from "@/components/SoftButton.vue"; import SoftButton from "@/components/SoftButton.vue";
defineProps({ defineProps({