chore: fix snapshots
This commit is contained in:
parent
be6a0bff98
commit
31c0bb355a
@ -80,6 +80,7 @@ return { n, x }
|
||||
exports[`SFC compile <script setup> <script> and <script setup> co-usage script setup first 1`] = `
|
||||
"export const n = 1
|
||||
const __default__ = {}
|
||||
|
||||
import { x } from './x'
|
||||
|
||||
export default /*#__PURE__*/Object.assign(__default__, {
|
||||
@ -100,6 +101,7 @@ exports[`SFC compile <script setup> <script> and <script setup> co-usage script
|
||||
const __default__ = {
|
||||
name: \\"test\\"
|
||||
}
|
||||
|
||||
import { x } from './x'
|
||||
|
||||
export default /*#__PURE__*/_defineComponent({
|
||||
@ -121,6 +123,7 @@ exports[`SFC compile <script setup> <script> and <script setup> co-usage script
|
||||
|
||||
|
||||
const __default__ = def
|
||||
|
||||
import { x } from './x'
|
||||
|
||||
export default /*#__PURE__*/Object.assign(__default__, {
|
||||
@ -1250,6 +1253,7 @@ exports[`SFC compile <script setup> should expose top level declarations 1`] = `
|
||||
const bb = 2
|
||||
function cc() {}
|
||||
class dd {}
|
||||
|
||||
import { x } from './x'
|
||||
|
||||
export default {
|
||||
|
Loading…
Reference in New Issue
Block a user