fix alert

This commit is contained in:
thsrite
2024-04-23 22:23:20 +08:00
parent 816bb23ed9
commit 3d2beee03d

View File

@@ -359,6 +359,27 @@ class PluginReInstall(_PluginBase):
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal',
'text': '仅重载:不会获取最新代码,而是基于本地代码重新加载插件。'
}
}
]
}
]
},
]
}
], {