mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
8 lines
264 B
Vue
8 lines
264 B
Vue
<template>
|
|
<div class="max-w-7xl mx-auto py-24">
|
|
<UButton color="green" icon="i-heroicons-rocket-launch" to="/" label="/" />
|
|
<UButton color="red" icon="i-heroicons-rocket-launch" to="/about" label="/about" square />
|
|
|
|
<NuxtPage />
|
|
</div>
|
|
</template> |