mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
docs: update banner title
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
<script setup lang="ts">
|
|
||||||
const config = useRuntimeConfig().public
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<UBanner icon="i-heroicons-light-bulb" :actions="[{ label: 'Go to Nuxt UI v2', to: 'https://ui.nuxt.com', trailingIcon: 'i-heroicons-arrow-right-20-solid', class: 'rounded-full' }]" :close="false">
|
<UBanner icon="i-heroicons-light-bulb" :actions="[{ label: 'Go to Nuxt UI v2', to: 'https://ui.nuxt.com', trailingIcon: 'i-heroicons-arrow-right-20-solid', class: 'rounded-full' }]" :close="false">
|
||||||
<template #title>
|
<template #title>
|
||||||
You're looking at the documentation for <span class="font-semibold">Nuxt UI v{{ config.version }}</span>!
|
You're looking at the documentation for <span class="font-semibold">Nuxt UI v3</span>!
|
||||||
</template>
|
</template>
|
||||||
</UBanner>
|
</UBanner>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user