怎么判断当前处理暗黑主题,还是明亮主题
import { useConfig } from '/@/stores/config' const config = useConfig() console.log(config.layout.isDark)
先点收藏