mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-02 01:49:27 +08:00
✨ 支持插件开发者模式
This commit is contained in:
@@ -45,7 +45,6 @@ const totalPlugins = computed(() => store.state.totalPlugins);
|
||||
const data = ref([]);
|
||||
|
||||
onBeforeMount(async () => {
|
||||
console.log(12312);
|
||||
data.value = await request.getFinderDetail();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user