Commit 3213252c authored by chenghong_tao's avatar chenghong_tao

update weblcome bubble

parent 7cdddd80
......@@ -6,9 +6,11 @@
<template #content>
<div class="custom-bubble-content" v-adjust-width>
{{ content }}
<el-divider style="margin: 6px 0;"/>
<template v-for="(item, index) in suggestedQuestions" :key="'suggest' + index">
<el-link type="primary" @click="handleQuery(item)">{{ item }}</el-link><br>
<template v-if="suggestedQuestions.length > 0">
<el-divider style="margin: 6px 0;"/>
<template v-for="(item, index) in suggestedQuestions" :key="'suggest' + index">
<el-link type="primary" @click="handleQuery(item)">{{ item }}</el-link><br>
</template>
</template>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment