mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-05-06 16:56:37 +00:00
10 lines
300 B
Vue
10 lines
300 B
Vue
<template>
|
|
<ProjectCard
|
|
title="Multiple Couriers Optimization"
|
|
:links="[
|
|
{ label: 'Repository', url: 'https://github.com/NotXia/couriers-optimization' }
|
|
]">
|
|
|
|
<p>{{ $t('couriers_optimization.description') }}</p>
|
|
</ProjectCard>
|
|
</template> |