<script setup>
import * as Form from './form-components'
</script>
<template>
  <Form.Input><!--用.来访问-->
    <Form.Label>label</Form.Label>
  </Form.Input>
</template>