mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore:
This commit is contained in:
@@ -217,9 +217,9 @@ async function loadPluginGroups() {
|
|||||||
const pluginGroups = ref();
|
const pluginGroups = ref();
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await userStore.loadUserInfo();
|
await userStore.loadUserInfo();
|
||||||
await loadLatestVersion();
|
loadLatestVersion();
|
||||||
await loadCount();
|
loadCount();
|
||||||
await loadPluginGroups();
|
loadPluginGroups();
|
||||||
});
|
});
|
||||||
|
|
||||||
function openUpgradeUrl() {
|
function openUpgradeUrl() {
|
||||||
|
|||||||
Reference in New Issue
Block a user