mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 03:24:12 +08:00
bugfix: 修复dev插件加载bug
This commit is contained in:
parent
d6e32cf0e0
commit
f2bc9ff6e7
@ -4,7 +4,7 @@
|
||||
<a-menu v-model="currentSelect" style="width: 200px; height: 100%" mode="vertical">
|
||||
<a-menu-item @click="currentSelect = [index]" v-for="(plugin, index) in devPlugin" :key="index">
|
||||
<div class="menu-item">
|
||||
<img width="40" height="40" :src="pluginDetail.icon" />
|
||||
<img width="40" height="40" :src="plugin.icon" />
|
||||
<div>
|
||||
<div class="title">{{ plugin.pluginName }}</div>
|
||||
<div class="desc">{{ plugin.description }}</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user