vp-api-string.vue 136 B

1234567
  1. <script setup lang="ts">
  2. import Primitive from './vp-api-primitive.vue'
  3. </script>
  4. <template>
  5. <Primitive type="string" />
  6. </template>