ai-manus/chat-client/library/components/VabQueryForm/components/VabQueryFormBottomPanel.vue

8 lines
114 B
Vue

<template>
<el-col :span="24">
<div class="bottom-panel">
<slot />
</div>
</el-col>
</template>