File tree 3 files changed +108
-92
lines changed
3 files changed +108
-92
lines changed Original file line number Diff line number Diff line change 34
34
},
35
35
"dependencies" : {
36
36
"@ant-design/icons-vue" : " ^7.0.1" ,
37
- "@nuxt/kit" : " ^3.8.1" ,
38
- "ant-design-vue" : " ^4.0.7"
37
+ "@nuxt/kit" : " ^3.8.1"
38
+ },
39
+ "peerDependencies" : {
40
+ "ant-design-vue" : " >=4"
39
41
},
40
42
"devDependencies" : {
41
43
"@nuxt/eslint-config" : " ^0.1.1" ,
46
48
"changelogen" : " ^0.5.5" ,
47
49
"eslint" : " ^8.53.0" ,
48
50
"nuxt" : " ^3.8.1" ,
49
- "vitest" : " ^0.31.4"
51
+ "vitest" : " ^0.31.4" ,
52
+ "ant-design-vue" : " ^4.0.8" ,
53
+ "typescript" : " 5.1.6"
50
54
}
51
- }
55
+ }
Original file line number Diff line number Diff line change 54
54
notification info
55
55
</a-button >
56
56
</a-space >
57
- <a-flex gap =" middle" vertical >
58
- <a-radio-group v-model:value =" value" >
59
- <a-radio value =" horizontal" >horizontal</a-radio >
60
- <a-radio value =" vertical" >vertical</a-radio >
61
- </a-radio-group >
62
- <a-flex :vertical =" value === 'vertical'" >
63
- <div
64
- v-for =" (item, index) in new Array(4)"
65
- :key =" item"
66
- :style =" { ...baseStyle, background: `${index % 2 ? '#1677ff' : '#1677ffbf'}` }"
67
- />
68
- </a-flex >
69
- </a-flex >
57
+ <a-flex
58
+ gap =" middle"
59
+ vertical
60
+ >
61
+ <a-radio-group v-model:value =" value" >
62
+ <a-radio value =" horizontal" >
63
+ horizontal
64
+ </a-radio >
65
+ <a-radio value =" vertical" >
66
+ vertical
67
+ </a-radio >
68
+ </a-radio-group >
69
+ <a-flex :vertical =" value === 'vertical'" >
70
+ <div
71
+ v-for =" (item, index) in new Array(4)"
72
+ :key =" item"
73
+ :style =" { ...baseStyle, background: `${index % 2 ? '#1677ff' : '#1677ffbf'}` }"
74
+ />
75
+ </a-flex >
76
+ </a-flex >
70
77
</div >
71
78
</a-config-provider >
72
79
</template >
You can’t perform that action at this time.
0 commit comments