[Major Refactor] Use pinia store to manage setting & nodeDef (#202)

* Node def store and settings tore

* Fix initial values

* Remove legacy setting listen

* Fix searchbox test
This commit is contained in:
Chenlei Hu
2024-07-24 11:49:09 -04:00
committed by GitHub
parent 84d8c5fc16
commit b73fe80761
10 changed files with 186 additions and 84 deletions

View File

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