15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`transformSFC > basic 1`] = `
|
|
"<script setup>
|
|
const array = [1, 2, 3];
|
|
</script>
|
|
|
|
<template>
|
|
<div v-bind=\\"{ array }\\">template</div>
|
|
</template>
|
|
|
|
<style scoped></style>
|
|
"
|
|
`;
|