chore: 完成 layout 按需样式

This commit is contained in:
就眠儀式 2022-04-12 08:52:20 +08:00
parent 478159c20e
commit cd584f032f
2 changed files with 5 additions and 1 deletions

View File

@ -55,6 +55,10 @@ const matchComponents = [
pattern: /^LayLogo$/,
styleDir: "logo",
},
{
pattern: /^LayLayout$/,
styleDir: "layout",
},
// ....
{
pattern: /^LayAvatarList$/,