♻️ 代码重构

This commit is contained in:
muwoo
2021-12-06 18:23:34 +08:00
parent cd41f0561c
commit 1353c440aa
29 changed files with 295 additions and 13562 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div v-show="!!options.length && searchValue" class="options" ref="scrollDom">
<div v-show="!!options.length && searchValue && !currentPlugin.name" class="options" ref="scrollDom">
<a-list item-layout="horizontal" :dataSource="options">
<template #renderItem="{ item, index }">
<a-list-item
@@ -45,6 +45,7 @@ const props = defineProps({
type: Number,
default: 0,
},
currentPlugin: {},
});
const renderTitle = (title) => {