mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-06-21 13:54:07 +08:00
fix: 修复控制台警告
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
<div class="f-c-c">
|
||||
<n-tooltip trigger="hover" placement="bottom">
|
||||
<template #trigger>
|
||||
<div id="theme-setting" class="h-32 w-32">
|
||||
<n-color-picker
|
||||
id="theme-setting"
|
||||
class="h-32 w-32"
|
||||
:value="appStore.primaryColor"
|
||||
:swatches="primaryColors"
|
||||
:on-update:value="(v) => appStore.setPrimaryColor(v)"
|
||||
:render-label="() => ''"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
设置主题色
|
||||
</n-tooltip>
|
||||
|
||||
Reference in New Issue
Block a user