const PopoverInput = defineAsyncComponent( () => import("/@/components/PopoverInput/index.vue") );
<popover-input @confirm="onConfirm"> <template #default> <el-button> 点击输入 </el-button> </template> </popover-input>
📄 前端文字提示组件 📄 前端组织架构组件