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