@@ -4,14 +4,14 @@ exports[`fixtures > tests/fixtures/ElCard.vue 1`] = `
4
4
"import { openBlock , renderSlot , createElementBlock , defineComponent } from 'vue';
5
5
import _export_sfc from '[NULL]/plugin-vue/export-helper';
6
6
7
- \\ "use strict\\ ";
7
+ "use strict";
8
8
var _sfc_main = /* @__PURE__ */ defineComponent({
9
- __name : \\ " ElCard\\ " ,
9
+ __name : " ElCard" ,
10
10
setup (__props ) {
11
- console.log(\\ "ElCard \\ ");
11
+ console.log("ElCard ");
12
12
return (_ctx , _cache ) => {
13
- return openBlock (), createElementBlock (\\ " div\\ " , null , [
14
- renderSlot (_ctx .$slots , \\ " default\\ " )
13
+ return openBlock (), createElementBlock (" div" , null , [
14
+ renderSlot (_ctx .$slots , " default" )
15
15
]);
16
16
};
17
17
}
@@ -27,11 +27,11 @@ exports[`fixtures > tests/fixtures/UPPER-CASE.vue 1`] = `
27
27
"import { defineComponent } from 'vue';
28
28
import _export_sfc from '[NULL]/plugin-vue/export-helper';
29
29
30
- \\ "use strict\\ ";
30
+ "use strict";
31
31
var _sfc_main = /* @__PURE__ */ defineComponent({
32
- __name : \\ " UPPER-CASE\\ " ,
32
+ __name : " UPPER-CASE" ,
33
33
setup (__props ) {
34
- console.log(\\ "UPPER -CASE \\ ");
34
+ console.log("UPPER -CASE ");
35
35
return () => {
36
36
};
37
37
}
@@ -47,14 +47,14 @@ exports[`fixtures > tests/fixtures/basic.vue 1`] = `
47
47
"import { openBlock , renderSlot , createElementBlock , defineComponent } from 'vue';
48
48
import _export_sfc from '[NULL]/plugin-vue/export-helper';
49
49
50
- \\ "use strict\\ ";
50
+ "use strict";
51
51
var _sfc_main = /* @__PURE__ */ defineComponent({
52
- __name : \\ " basic\\ " ,
52
+ __name : " basic" ,
53
53
setup (__props ) {
54
- console.log(\\ "basic \\ ");
54
+ console.log("basic ");
55
55
return (_ctx , _cache ) => {
56
- return openBlock (), createElementBlock (\\ " div\\ " , null , [
57
- renderSlot (_ctx .$slots , \\ " default\\ " )
56
+ return openBlock (), createElementBlock (" div" , null , [
57
+ renderSlot (_ctx .$slots , " default" )
58
58
]);
59
59
};
60
60
}
@@ -70,14 +70,14 @@ exports[`fixtures > tests/fixtures/el-button.vue 1`] = `
70
70
"import { openBlock , renderSlot , createElementBlock , defineComponent } from 'vue';
71
71
import _export_sfc from '[NULL]/plugin-vue/export-helper';
72
72
73
- \\ "use strict\\ ";
73
+ "use strict";
74
74
var _sfc_main = /* @__PURE__ */ defineComponent({
75
- __name : \\ " el-button\\ " ,
75
+ __name : " el-button" ,
76
76
setup (__props ) {
77
- console.log(\\ "el -button \\ ");
77
+ console.log("el -button ");
78
78
return (_ctx , _cache ) => {
79
- return openBlock (), createElementBlock (\\ " div\\ " , null , [
80
- renderSlot (_ctx .$slots , \\ " default\\ " )
79
+ return openBlock (), createElementBlock (" div" , null , [
80
+ renderSlot (_ctx .$slots , " default" )
81
81
]);
82
82
};
83
83
}
@@ -93,14 +93,14 @@ exports[`fixtures > tests/fixtures/my_button.vue 1`] = `
93
93
"import { openBlock , renderSlot , createElementBlock , defineComponent } from 'vue';
94
94
import _export_sfc from '[NULL]/plugin-vue/export-helper';
95
95
96
- \\ "use strict\\ ";
96
+ "use strict";
97
97
var _sfc_main = /* @__PURE__ */ defineComponent({
98
- __name : \\ " my_button\\ " ,
98
+ __name : " my_button" ,
99
99
setup (__props ) {
100
- console.log(\\ "my_button \\ ");
100
+ console.log("my_button ");
101
101
return (_ctx , _cache ) => {
102
- return openBlock (), createElementBlock (\\ " div\\ " , null , [
103
- renderSlot (_ctx .$slots , \\ " default\\ " )
102
+ return openBlock (), createElementBlock (" div" , null , [
103
+ renderSlot (_ctx .$slots , " default" )
104
104
]);
105
105
};
106
106
}
0 commit comments