index.vue 177 Bytes
<template>
  <VFormDesign />
</template>

<script lang="ts" setup>
  import VFormDesign from './components/VFormDesign/index.vue';
</script>

<style lang="less" scoped></style>