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

8 lines
111 B
Vue

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