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