Fix #675: 解决因vue前端代码有误导致镜像构建失败的问题
This commit is contained in:
parent
017b34647e
commit
1a0eadccb2
|
|
@ -555,7 +555,7 @@ const options = computed(() => {
|
|||
|
||||
return common
|
||||
})
|
||||
function handleSelect(key: 'copyText' | 'delete' | 'toggleRenderType') {
|
||||
function handleSelect(key: string) {
|
||||
if (key == '清除会话') {
|
||||
handleClear()
|
||||
}
|
||||
|
|
@ -658,7 +658,6 @@ function searchfun() {
|
|||
<NDropdown
|
||||
v-if="isMobile"
|
||||
:trigger="isMobile ? 'click' : 'hover'"
|
||||
:placement="!inversion ? 'right' : 'left'"
|
||||
:options="options"
|
||||
@select="handleSelect"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue