mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 21:27:54 +01:00
chore(Provider): rename to App
This commit is contained in:
@@ -40,7 +40,7 @@ function upperName (name: string) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UProvider>
|
||||
<UApp>
|
||||
<div class="min-h-screen w-screen flex flex-col items-center justify-center overflow-y-auto">
|
||||
<UNavigationMenu :links="components.map(component => ({ label: upperName(component), to: `/${component}` }))" class="border-b border-gray-200 dark:border-gray-800 overflow-x-auto px-2" />
|
||||
|
||||
@@ -48,5 +48,5 @@ function upperName (name: string) {
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</div>
|
||||
</UProvider>
|
||||
</UApp>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user