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