File tree 1 file changed +21
-3
lines changed
packages/language-core/schemas
1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 43
43
"strictTemplates" : {
44
44
"type" : " boolean" ,
45
45
"default" : false ,
46
- "markdownDescription" : " Strict props, component type-checking in templates."
46
+ "markdownDescription" : " Strict props(attrs), component type-checking in templates."
47
+ },
48
+ "strictAttributes" : {
49
+ "type" : " boolean" ,
50
+ "default" : false ,
51
+ "markdownDescription" : " Strict props(attrs) type-checking in templates."
52
+ },
53
+ "strictComponents" : {
54
+ "type" : " boolean" ,
55
+ "default" : false ,
56
+ "markdownDescription" : " Strict component type-checking in templates."
47
57
},
48
58
"skipTemplateCodegen" : {
49
59
"type" : " boolean" ,
85
95
"defineSlots" : [ " defineSlots" ],
86
96
"defineEmits" : [ " defineEmits" ],
87
97
"defineExpose" : [ " defineExpose" ],
88
- "withDefaults" : [ " withDefaults" ],
89
- "templateRef" : [ " templateRef" , " useTemplateRef" ]
98
+ "defineModel" : [ " defineModel" ],
99
+ "defineOptions" : [ " defineOptions" ],
100
+ "withDefaults" : [ " withDefaults" ]
101
+ }
102
+ },
103
+ "composibles" : {
104
+ "type" : " object" ,
105
+ "default" : {
106
+ "useCssModule" : [ " useCssModule" ],
107
+ "useTemplateRef" : [ " useTemplateRef" , " templateRef" ]
90
108
}
91
109
},
92
110
"experimentalResolveStyleCssClasses" : {
You can’t perform that action at this time.
0 commit comments