mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-17 17:16:57 +08:00
fix: #404
This commit is contained in:
parent
5ca1ba1271
commit
61ec18f0dc
@ -1,8 +1,13 @@
|
||||
<template>
|
||||
<div v-show="!currentPlugin.name && config.perf.common.history" class="options">
|
||||
<div v-show="!currentPlugin.name" class="options">
|
||||
<div
|
||||
class="history-plugins"
|
||||
v-if="!options.length || !(searchValue || !!clipboardFile.length)"
|
||||
v-if="
|
||||
!options.length &&
|
||||
!searchValue &&
|
||||
!clipboardFile.length &&
|
||||
config.perf.common.history
|
||||
"
|
||||
>
|
||||
<a-row>
|
||||
<a-col
|
||||
|
Loading…
x
Reference in New Issue
Block a user