mirror of https://github.com/certd/certd
chore:
parent
a773872cf3
commit
398323533a
|
@ -217,9 +217,9 @@ async function loadPluginGroups() {
|
|||
const pluginGroups = ref();
|
||||
onMounted(async () => {
|
||||
await userStore.loadUserInfo();
|
||||
await loadLatestVersion();
|
||||
await loadCount();
|
||||
await loadPluginGroups();
|
||||
loadLatestVersion();
|
||||
loadCount();
|
||||
loadPluginGroups();
|
||||
});
|
||||
|
||||
function openUpgradeUrl() {
|
||||
|
|
Loading…
Reference in New Issue