2
0

VdomFoo.vue 75 B

12345
  1. <script setup lang="ts"></script>
  2. <template>
  3. <div>foo</div>
  4. </template>