@@ -32,19 +32,25 @@ var _default = {
32
32
} ;
33
33
exports[\\ "default\\ "] = _default;
34
34
\\ "use strict\\ ";
35
- Object.defineProperty(exports, \\ "__esModule\\ ", { value : true } );
36
- exports.render = void 0;
37
- var vue_1 = require(\\ "vue\\ ");
38
- var _hoisted_1 = { class : \\"hello \\" };
39
- function render(_ctx , _cache ) {
40
- return ((0 , vue_1 .openBlock )(), (0 , vue_1 .createElementBlock )(\\" div\\ " , _hoisted_1 , [
41
- (0 , vue_1 .createElementVNode )(\\" h1\\ " , {
42
- class: (0 , vue_1 .normalizeClass )(_ctx .headingClasses )
43
- }, (0 , vue_1 .toDisplayString )(_ctx .msg ), 3 /* TEXT, CLASS */ )
44
- ]));
45
- }
35
+
36
+ Object.defineProperty(exports, \\ "__esModule\\ ", {
37
+ value : true
38
+ } );
46
39
exports.render = render;
47
- ;exports .default = {... exports .default , render };;exports .default = {... exports .default , __cssModules: {\\" css\\ " :{\\" testA\\ " :\\" testA\\ " },\\" $style\\ " :{\\" testB\\ " :\\" testB\\ " }}}"
40
+
41
+ var _vue = require(\\ "vue\\ ");
42
+
43
+ var _hoisted_1 = {
44
+ \\" class\\ " : \\" hello\\ "
45
+ } ;
46
+
47
+ function render(_ctx, _cache) {
48
+ return (0 , _vue .openBlock )(), (0 , _vue .createElementBlock )(\\" div\\ " , _hoisted_1 , [(0 , _vue .createElementVNode )(\\" h1\\ " , {
49
+ \\" class\\ " : (0 , _vue .normalizeClass )(_ctx .headingClasses )
50
+ }, (0 , _vue .toDisplayString )(_ctx .msg ), 3
51
+ /* TEXT, CLASS */
52
+ )]);
53
+ } ;exports.default = { ... exports .default , render } ;;exports.default = { ... exports .default , __cssModules : {\\" css\\ " :{\\" testA\\ " :\\" testA\\ " },\\" $style\\ " :{\\" testB\\ " :\\" testB\\ " }}} "
48
54
` ;
49
55
50
56
exports [` generates source maps using src attributes 1` ] = `
@@ -79,17 +85,23 @@ var _default = {
79
85
} ;
80
86
exports[\\ "default\\ "] = _default;
81
87
\\ "use strict\\ ";
82
- Object.defineProperty(exports, \\ "__esModule\\ ", { value : true } );
83
- exports.render = void 0;
84
- var vue_1 = require(\\ "vue\\ ");
85
- var _hoisted_1 = { class : \\"hello \\" };
86
- function render(_ctx , _cache ) {
87
- return ((0 , vue_1 .openBlock )(), (0 , vue_1 .createElementBlock )(\\" div\\ " , _hoisted_1 , [
88
- (0 , vue_1 .createElementVNode )(\\" h1\\ " , {
89
- class: (0 , vue_1 .normalizeClass )(_ctx .headingClasses )
90
- }, (0 , vue_1 .toDisplayString )(_ctx .msg ), 3 /* TEXT, CLASS */ )
91
- ]));
92
- }
88
+
89
+ Object.defineProperty(exports, \\ "__esModule\\ ", {
90
+ value : true
91
+ } );
93
92
exports.render = render;
94
- ;exports .default = {... exports .default , render };"
93
+
94
+ var _vue = require(\\ "vue\\ ");
95
+
96
+ var _hoisted_1 = {
97
+ \\" class\\ " : \\" hello\\ "
98
+ } ;
99
+
100
+ function render(_ctx, _cache) {
101
+ return (0 , _vue .openBlock )(), (0 , _vue .createElementBlock )(\\" div\\ " , _hoisted_1 , [(0 , _vue .createElementVNode )(\\" h1\\ " , {
102
+ \\" class\\ " : (0 , _vue .normalizeClass )(_ctx .headingClasses )
103
+ }, (0 , _vue .toDisplayString )(_ctx .msg ), 3
104
+ /* TEXT, CLASS */
105
+ )]);
106
+ } ;exports.default = { ... exports .default , render } ;"
95
107
` ;
0 commit comments