ci: 集成 pinia 提供主题持久化
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
setup() {
|
||||
const { t } = useI18n();
|
||||
const appStore = useAppStore();
|
||||
|
||||
|
||||
const changeTheme = () => {
|
||||
if (appStore.theme === "dark") {
|
||||
appStore.theme = "light";
|
||||
|
||||
Reference in New Issue
Block a user