mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-05 16:53:46 +08:00
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="theme-box" @click="toggleTheme">
|
<div class="theme-box" @click="toggleTheme">
|
||||||
<span class="iconfont icon-yueliang">{{ themePage === "light" ? "" : "" }}</span>
|
<span class="iconfont">{{ themePage === "light" ? "" : "" }}</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user