Use store to manage nodeSearchService (#214)

This commit is contained in:
Chenlei Hu
2024-07-24 12:00:23 -04:00
committed by GitHub
parent b73fe80761
commit ebdd7b8e40
7 changed files with 33 additions and 43 deletions

View File

@@ -45,6 +45,4 @@ comfyApp.setup().then(() => {
.use(pinia)
.use(i18n)
.mount("#vue-app");
comfyApp.vueAppReady = true;
});