fix: TravelLog
This commit is contained in:
parent
47768faea4
commit
9ce49bf108
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue