@@ -37,8 +37,10 @@ exports.render = void 0;
37
37
var vue_1 = require(\\ "vue\\ ");
38
38
var _hoisted_1 = { class : \\"hello \\" };
39
39
function render(_ctx , _cache ) {
40
- return (vue_1 .openBlock (), vue_1 .createBlock (\\" div\\ " , _hoisted_1 , [
41
- vue_1 .createVNode (\\" h1\\ " , { class: _ctx .headingClasses }, vue_1 .toDisplayString (_ctx .msg ), 3 /* TEXT, CLASS */ )
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 */ )
42
44
]));
43
45
}
44
46
exports .render = render ;
@@ -82,8 +84,10 @@ exports.render = void 0;
82
84
var vue_1 = require(\\ "vue\\ ");
83
85
var _hoisted_1 = { class : \\"hello \\" };
84
86
function render(_ctx , _cache ) {
85
- return (vue_1 .openBlock (), vue_1 .createBlock (\\" div\\ " , _hoisted_1 , [
86
- vue_1 .createVNode (\\" h1\\ " , { class: _ctx .headingClasses }, vue_1 .toDisplayString (_ctx .msg ), 3 /* TEXT, CLASS */ )
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 */ )
87
91
]));
88
92
}
89
93
exports .render = render ;
0 commit comments