new dynamic title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user