2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: 优化颜色选择器

This commit is contained in:
耗子
2024-10-19 21:05:25 +08:00
parent 7b6b86f0f6
commit 2be97a4543

View File

@@ -9,6 +9,7 @@ const themeStore = useThemeStore()
<template #trigger>
<n-color-picker
class="mr-16 h-24 w-24"
:show-alpha="false"
v-model:value="themeStore.primaryColor"
:render-label="() => ''"
/>