Skip to content

Commit 88fbdb1

Browse files
authored
feat(layui-vue): add new component support (#455)
1 parent 7d9eef1 commit 88fbdb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/core/resolvers/layui-vue.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const matchComponents = [
3434
styleDir: undefined,
3535
},
3636
{
37-
pattern: /^(LayDropdownMenu|LayDropdownMenuItem)$/,
37+
pattern: /^(LayDropdownMenu|LayDropdownMenuItem|LayDropdownSubMenu)$/,
3838
styleDir: 'dropdown',
3939
},
4040
{
@@ -45,6 +45,10 @@ const matchComponents = [
4545
pattern: /^(LayMenuItem|LaySubMenu)$/,
4646
styleDir: 'menu',
4747
},
48+
{
49+
pattern: /^(LayRadioGroup)$/,
50+
styleDir: 'radio',
51+
},
4852
{
4953
pattern: /^LaySelectOption$/,
5054
styleDir: 'select',

0 commit comments

Comments
 (0)