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 @@ -282,18 +282,6 @@ const plugin = {
282
282
processors : {
283
283
'.vue' : require ( './processor' ) ,
284
284
vue : require ( './processor' )
285
- } ,
286
- environments : {
287
- // TODO Remove in the next major version
288
- /** @deprecated */
289
- 'setup-compiler-macros' : {
290
- globals : {
291
- defineProps : 'readonly' ,
292
- defineEmits : 'readonly' ,
293
- defineExpose : 'readonly' ,
294
- withDefaults : 'readonly'
295
- }
296
- }
297
285
}
298
286
}
299
287
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