<template> <div class="we-chart-index"> <CreateApply /> </div> </template> <script setup lang="ts"> import CreateApply from "./createApply.vue"; </script> <style scoped> .we-chart-index { min-height: 100%; } </style>