Browse Source

测试commit3

master
guoapeng 5 months ago
parent
commit
97d3848c56
  1. 4
      src/app.vue

4
src/app.vue

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

Loading…
Cancel
Save