@@ -8,10 +8,10 @@ exports[`serve:vue-sourcemap > css > serve-css 1`] = `
8
8
],
9
9
" sourcesContent" : [
10
10
" <template>
11
- <p class =\\ "css\\ "><css></p>
12
- <p :class=\\ "$style['css-module']\\ "><css> module</p>
13
- <p class =\\ "css-scoped\\ "><css> scoped</p>
14
- <p class =\\ "css-scoped-nested\\ "><css> scoped with nested</p>
11
+ <p class = " css" >< css> </p >
12
+ <p :class="$style['css-module']"><css> module</p>
13
+ <p class = " css-scoped" >< css> scoped</p >
14
+ <p class = " css-scoped-nested" >< css> scoped with nested</p >
15
15
< / template >
16
16
17
17
<style >
@@ -55,10 +55,10 @@ exports[`serve:vue-sourcemap > css module > serve-css-module 1`] = `
55
55
],
56
56
" sourcesContent" : [
57
57
" <template>
58
- <p class =\\ "css\\ "><css></p>
59
- <p :class=\\ "$style['css-module']\\ "><css> module</p>
60
- <p class =\\ "css-scoped\\ "><css> scoped</p>
61
- <p class =\\ "css-scoped-nested\\ "><css> scoped with nested</p>
58
+ <p class = " css" >< css> </p >
59
+ <p :class="$style['css-module']"><css> module</p>
60
+ <p class = " css-scoped" >< css> scoped</p >
61
+ <p class = " css-scoped-nested" >< css> scoped with nested</p >
62
62
< / template >
63
63
64
64
<style >
@@ -102,10 +102,10 @@ exports[`serve:vue-sourcemap > css scoped > serve-css-scoped 1`] = `
102
102
],
103
103
" sourcesContent" : [
104
104
" <template>
105
- <p class =\\ "css\\ "><css></p>
106
- <p :class=\\ "$style['css-module']\\ "><css> module</p>
107
- <p class =\\ "css-scoped\\ "><css> scoped</p>
108
- <p class =\\ "css-scoped-nested\\ "><css> scoped with nested</p>
105
+ <p class = " css" >< css> </p >
106
+ <p :class="$style['css-module']"><css> module</p>
107
+ <p class = " css-scoped" >< css> scoped</p >
108
+ <p class = " css-scoped-nested" >< css> scoped with nested</p >
109
109
< / template >
110
110
111
111
<style >
@@ -173,10 +173,10 @@ exports[`serve:vue-sourcemap > less with additionalData > serve-less-with-additi
173
173
],
174
174
" sourcesContent" : [
175
175
" <template>
176
- <p class =\\ "less\\ "><less> with additionalData</p>
176
+ <p class = " less" >< less> with additionalData</p >
177
177
< / template >
178
178
179
- <style lang =\\ "less\\ ">
179
+ <style lang = " less" >
180
180
.less {
181
181
color : @color ;
182
182
}
@@ -232,10 +232,10 @@ exports[`serve:vue-sourcemap > sass > serve-sass 1`] = `
232
232
],
233
233
" sourcesContent" : [
234
234
" <template>
235
- <p class =\\ "sass\\ "><sass></p>
235
+ <p class = " sass" >< sass> </p >
236
236
< / template >
237
237
238
- <style lang =\\ "sass\\ ">
238
+ <style lang = " sass" >
239
239
.sass
240
240
color: red
241
241
</style >
@@ -257,11 +257,11 @@ exports[`serve:vue-sourcemap > sass with import > serve-sass-with-import 1`] = `
257
257
color : red
258
258
" ,
259
259
" <template>
260
- <p class =\\ "sass-with-import\\ "><sass> with import</p>
261
- <p class =\\ "sass-with-import-imported\\ "><sass> with import (imported)</p>
260
+ <p class = " sass-with-import" >< sass> with import</p >
261
+ <p class = " sass-with-import-imported" >< sass> with import (imported)</p >
262
262
< / template >
263
263
264
- <style lang =\\ "sass\\ ">
264
+ <style lang = " sass" >
265
265
@import './sassWithImportImported'
266
266
267
267
.sass-with-import
@@ -321,11 +321,11 @@ exports[`serve:vue-sourcemap > ts > serve-ts 1`] = `
321
321
<p >< ts> </p >
322
322
< / template >
323
323
324
- <script lang =\\ "ts\\ ">
324
+ <script lang = " ts" >
325
325
console.log('ts script')
326
326
</script >
327
327
328
- <script lang =\\ "ts\\ " setup >
328
+ <script lang = " ts" setup >
329
329
console.log('ts setup')
330
330
</script >
331
331
" ,
0 commit comments