mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
chore: externalize theme to type app config
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<div class="max-w-7xl mx-auto py-24">
|
||||
<UButton color="green" truncate icon="i-heroicons-rocket-launch">
|
||||
Click
|
||||
</UButton>
|
||||
<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>
|
||||
6
playground/pages/[...slug].vue
Normal file
6
playground/pages/[...slug].vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div>{{ $route.path }}</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
Reference in New Issue
Block a user