@ -1,6 +1,6 @@
<script setup lang="ts">
const b = 1
if (b == 1) {
const c = 1
if (c == 1) {
console.log(a)
}
</script>