fix: TravelLog

This commit is contained in:
Javier Segarra 2024-06-21 11:31:09 +02:00
parent 47768faea4
commit 9ce49bf108
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
import VnLog from 'src/components/common/VnLog.vue'; import VnLog from 'src/components/common/VnLog.vue';
</script> </script>
<template> <template>
<VnLog model="Entry" url="/TravelLogs"></VnLog> <VnLog model="Travel" url="/TravelLogs"></VnLog>
</template> </template>