KuangPF / dumi-theme-antd

A antd site theme package for the dumi framework.
https://kuangpf.com/dumi-theme-antd
MIT License
42 stars 19 forks source link

fix(slot): rtl 配置不生效 #14

Closed Aruelius closed 1 year ago

Aruelius commented 1 year ago

dumi 源码

const { themeConfig } = useSiteData();
...
if (!themeConfig.rtl) return null;