Added Billing to Nav
This commit is contained in:
@@ -230,6 +230,11 @@ const links = computed(() => {
|
|||||||
icon: "i-heroicons-cog-8-tooth",
|
icon: "i-heroicons-cog-8-tooth",
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
label: "Abrechnung",
|
||||||
|
to: "https://billing.stripe.com/p/login/cN29Eb32Vdx0gOk288",
|
||||||
|
icon: "i-heroicons-clipboard-document-list",
|
||||||
|
target: "_blank"
|
||||||
|
},{
|
||||||
label: "Nummernkreise",
|
label: "Nummernkreise",
|
||||||
to: "/settings/numberRanges",
|
to: "/settings/numberRanges",
|
||||||
icon: "i-heroicons-clipboard-document-list"
|
icon: "i-heroicons-clipboard-document-list"
|
||||||
@@ -355,6 +360,7 @@ const links = computed(() => {
|
|||||||
v-for="child in item.children"
|
v-for="child in item.children"
|
||||||
class="ml-4"
|
class="ml-4"
|
||||||
:to="child.to"
|
:to="child.to"
|
||||||
|
:target="child.target"
|
||||||
>
|
>
|
||||||
{{child.label}}
|
{{child.label}}
|
||||||
</UButton>
|
</UButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user