当前位置: 首页 > news >正文

naive-ui切换主题

1、在App.vue文件中使用

<script setup lang="ts">
import Dashboard from './views/dashboard/index.vue'
import { NConfigProvider, NGlobalStyle, darkTheme } from 'naive-ui'
import { useThemeStore } from "./store/theme";
// 获取存储的主题类型
const themeStore = useThemeStore()
</script><template><n-config-provider :theme="themeStore.darkTheme ? darkTheme: null"><dashboard /><!-- 这里不能忽略,否则不生效 --><n-global-style /></n-config-provider>
</template>

2、dashboard/index.vue文件(生成两个简单的按钮来进行主题切换测试)

<script setup lang="ts">
import { useThemeStore } from "../../store/theme";
const themeStore = useThemeStore()const changeTheme = (val: boolean) => {// 将数据存储到pinia,true深色主题,false浅色主题 themeStore.changeDarkTheme(val)
}
</script><template><div class="operate"><span @click="changeTheme(true)">深色</span><span @click="changeTheme(false)">浅色</span></div>
</template><style lang="scss" scoped>
.operate {position: absolute;top: 50px;right: 100px;span {display: inline-block;width: 80px;cursor: pointer;}
}
</style>

3、store/theme.ts

import { defineStore } from 'pinia'export type Theme = {darkTheme: boolean,
}export const useThemeStore = defineStore("useThemeStore", {state: (): Theme => ({darkTheme: false,}),actions: {changeDarkTheme(val: boolean) {this.darkTheme = val},},getters: {getDarkTheme: (state) => state.darkTheme}
})

相关文章:

  • 实验分享|基于千眼狼sCMOS科学相机的流式细胞仪细胞核成像实验
  • 【marked与katex结合】渲染公式
  • Vue3 Element Plus el-table-column Sortable 排序失效
  • 2025最新obs31.0.x版本编译办法,windows系统
  • 数据湖和数据仓库的区别
  • ES的倒排索引和正排索引的区别及适用场景?为什么倒排索引适合全文搜索?
  • vue3 threejs 物体发光描边
  • 电力设备制造企业数字化转型路径研究:从生产优化到生态重构
  • WordPress_Madara 本地文件包含漏洞复现(CVE-2025-4524)
  • k8s-ServiceAccount 配置
  • GPT 等decoder系列常见的下游任务
  • Vite + Vue 工程中,为什么需要关注 `postcss.config.ts`?
  • CSS、SCSS 和 SASS 的语法差异
  • CSS【详解】弹性布局 flex
  • 【基础】Windows开发设置入门9:WSL 2 上的 Docker 容器
  • CSS 链接样式全解析:从基础状态到高级交互效果
  • 【css】 flex布局基本知识
  • 多通道经颅直流电刺激器产品及解决方案特色解析
  • SuperVINS:应对挑战性成像条件的实时视觉-惯性SLAM框架【全流程配置与测试!!!】【2025最新版!!!!】
  • DS18B20 温度传感器实验探索与实践分享​
  • 大航母网站建设/品牌策划是做什么的
  • 河南靠谱网站建设推荐/外贸seo推广
  • 做房地产公司网站的费用/seo分析工具
  • 宁波专业定制网站建设/浙江seo关键词
  • 如何制作免费永久网站/商务网站建设
  • 武汉手机网站设计如何/网站seo查询工具