Commit 3213252c authored by chenghong_tao's avatar chenghong_tao

update weblcome bubble

parent 7cdddd80
...@@ -6,9 +6,11 @@ ...@@ -6,9 +6,11 @@
<template #content> <template #content>
<div class="custom-bubble-content" v-adjust-width> <div class="custom-bubble-content" v-adjust-width>
{{ content }} {{ content }}
<el-divider style="margin: 6px 0;"/> <template v-if="suggestedQuestions.length > 0">
<template v-for="(item, index) in suggestedQuestions" :key="'suggest' + index"> <el-divider style="margin: 6px 0;"/>
<el-link type="primary" @click="handleQuery(item)">{{ item }}</el-link><br> <template v-for="(item, index) in suggestedQuestions" :key="'suggest' + index">
<el-link type="primary" @click="handleQuery(item)">{{ item }}</el-link><br>
</template>
</template> </template>
</div> </div>
</template> </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