File tree 1 file changed +4
-4
lines changed
e2e/__projects__/basic/__snapshots__
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exports[`generates source maps for .vue files 1`] = `
6
6
Object.defineProperty(exports, \\ "__esModule\\ ", {
7
7
value : true
8
8
} );
9
- exports. default = void 0;
9
+ exports[ \\ " default\\ "] = void 0;
10
10
//
11
11
//
12
12
//
@@ -52,7 +52,7 @@ var _default = {
52
52
}
53
53
}
54
54
} ;
55
- exports. default = _default;
55
+ exports[ \\ " default\\ "] = _default;
56
56
;
57
57
var __options__ = typeof exports.default === 'function' ? exports.default.options : exports.default
58
58
var render = function() {
@@ -94,7 +94,7 @@ exports[`generates source maps using src attributes 1`] = `
94
94
Object.defineProperty(exports, \\ "__esModule\\ ", {
95
95
value : true
96
96
} );
97
- exports. default = void 0;
97
+ exports[ \\ " default\\ "] = void 0;
98
98
var _default = {
99
99
name : ' basic' ,
100
100
computed : {
@@ -118,7 +118,7 @@ var _default = {
118
118
}
119
119
}
120
120
} ;
121
- exports. default = _default;
121
+ exports[ \\ " default\\ "] = _default;
122
122
;
123
123
var __options__ = typeof exports.default === 'function' ? exports.default.options : exports.default
124
124
var render = function() {
You can’t perform that action at this time.
0 commit comments