|
|
@@ -37,7 +37,7 @@
|
|
|
:title="item.title"
|
|
|
@click="selectChartHandle(item)"
|
|
|
>
|
|
|
- <img class="list-item-img" v-lazy="item.image" alt="展示图" />
|
|
|
+ <search-image class="list-item-img" :item="item"></search-image>
|
|
|
<n-text class="list-item-fs" depth="2">{{ item.title }}</n-text>
|
|
|
</div>
|
|
|
</n-scrollbar>
|
|
|
@@ -77,6 +77,7 @@ import { useChartLayoutStore } from '@/store/modules/chartLayoutStore/chartLayou
|
|
|
import { isString, addEventListener, removeEventListener } from '@/utils'
|
|
|
import { fetchConfigComponent, fetchChartComponent } from '@/packages/index'
|
|
|
import { componentInstall, loadingStart, loadingFinish, loadingError } from '@/utils'
|
|
|
+import SearchImage from './SearchImage.vue'
|
|
|
|
|
|
const props = defineProps({
|
|
|
menuOptions: {
|