new dynamic title

This commit is contained in:
2025-12-31 12:30:43 +00:00
parent e54e0c4cf3
commit 110cd52a95
6 changed files with 85 additions and 27 deletions

View File

@@ -2,7 +2,8 @@
import type {CookieRef} from "#app";
definePageMeta({
layout: "dashboard"
layout: "dash-settings",
title: "Customization"
})
const colors_list = ref(["Cyan","Red","Green","Blue","Purple"])
@@ -26,7 +27,6 @@ watch(color, (newVal, oldVal) => {
</script>
<template>
<DashboardHeader title="Customization" />
<UContainer class="mt-4 max-w-full justify-center">
<UFormField