mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(footer): fix when page is not defined
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<footer class="flex items-center justify-between gap-1.5">
|
||||
<UButton
|
||||
v-if="page"
|
||||
:to="`https://github.com/nuxtlabs/ui/edit/dev/docs/content/${page._file}`"
|
||||
label="Edit on GitHub"
|
||||
color="gray"
|
||||
|
||||
Reference in New Issue
Block a user