fix: eslint
This commit is contained in:
@ -29,10 +29,11 @@
|
||||
date: string,
|
||||
lieu: string,
|
||||
}
|
||||
|
||||
|
||||
const props = defineProps<{
|
||||
projectRDV: rendezVous[]
|
||||
}>();
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
@ -31,7 +31,7 @@ onMounted(() => {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
/*
|
||||
const loading = ref(false);
|
||||
|
||||
const callApiWithLoading = async (path: string) => {
|
||||
@ -39,7 +39,7 @@ const callApiWithLoading = async (path: string) => {
|
||||
await callApi(path);
|
||||
loading.value = false;
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user