diff --git a/themes/theme.js b/themes/theme.js index d9795297..1931d46e 100644 --- a/themes/theme.js +++ b/themes/theme.js @@ -67,7 +67,7 @@ export const getLayoutByTheme = ({ router, theme }) => { } else { setTimeout(() => { checkThemeDOM() - }, 1000) + }, 100) const components = ThemeComponents[getLayoutNameByPath(router.pathname, router.asPath)] if (components) {