feat(freight): shop freight templates, server-side checkout fees, company dictionary (add-freight-templates)
This commit is contained in:
@@ -42,6 +42,12 @@ watchEffect(() => {
|
||||
class="text-muted hover:bg-bg rounded-md px-3 py-2 text-sm font-medium"
|
||||
>{{ $t("nav.shopProfile") }}</NuxtLink
|
||||
>
|
||||
<NuxtLink
|
||||
to="/freight-templates"
|
||||
active-class="bg-primary-soft text-primary"
|
||||
class="text-muted hover:bg-bg rounded-md px-3 py-2 text-sm font-medium"
|
||||
>{{ $t("nav.freightTemplates") }}</NuxtLink
|
||||
>
|
||||
<NuxtLink
|
||||
to="/orders"
|
||||
active-class="bg-primary-soft text-primary"
|
||||
|
||||
Reference in New Issue
Block a user