Browse Source

测试commit4

master
guoapeng 5 months ago
parent
commit
3c055f41b2
  1. 2
      src/app.vue

2
src/app.vue

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

Loading…
Cancel
Save