File tree 3 files changed +0
-37
lines changed
3 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,6 @@ declare const vue: {
30
30
'.vue' : any
31
31
vue : any
32
32
}
33
- environments : {
34
- /**
35
- * @deprecated
36
- */
37
- 'setup-compiler-macros' : {
38
- globals : {
39
- defineProps : 'readonly'
40
- defineEmits : 'readonly'
41
- defineExpose : 'readonly'
42
- withDefaults : 'readonly'
43
- }
44
- }
45
- }
46
33
}
47
34
48
35
export = vue
Original file line number Diff line number Diff line change @@ -280,18 +280,6 @@ const plugin = {
280
280
processors : {
281
281
'.vue' : require ( './processor' ) ,
282
282
vue : require ( './processor' )
283
- } ,
284
- environments : {
285
- // TODO Remove in the next major version
286
- /** @deprecated */
287
- 'setup-compiler-macros' : {
288
- globals : {
289
- defineProps : 'readonly' ,
290
- defineEmits : 'readonly' ,
291
- defineExpose : 'readonly' ,
292
- withDefaults : 'readonly'
293
- }
294
- }
295
283
}
296
284
}
297
285
Original file line number Diff line number Diff line change @@ -59,18 +59,6 @@ const plugin = {
59
59
processors: {
60
60
'.vue': require('./processor'),
61
61
'vue': require('./processor')
62
- },
63
- environments: {
64
- // TODO Remove in the next major version
65
- /** @deprecated */
66
- 'setup-compiler-macros': {
67
- globals: {
68
- defineProps: 'readonly',
69
- defineEmits: 'readonly',
70
- defineExpose: 'readonly',
71
- withDefaults: 'readonly'
72
- }
73
- }
74
62
}
75
63
}
76
64
You can’t perform that action at this time.
0 commit comments