From ee03f8780cbd1f4ccd91eb4bdbcba4a8d50bf07a Mon Sep 17 00:00:00 2001 From: Kelementz916 Date: Thu, 28 Mar 2024 19:19:17 -0700 Subject: [PATCH] updated overvue naming + new line on options API --- electron-builder.yml | 2 +- src/components/right-sidebar/createBoilerFuncs.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index fbabe4d1..a77d080e 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ appId: com.electron.OverVue -productName: OverVue 11.0 +productName: OverVue directories: app: "./dist/electron/UnPackaged" mac: diff --git a/src/components/right-sidebar/createBoilerFuncs.ts b/src/components/right-sidebar/createBoilerFuncs.ts index 9a49a108..6045e8a1 100644 --- a/src/components/right-sidebar/createBoilerFuncs.ts +++ b/src/components/right-sidebar/createBoilerFuncs.ts @@ -36,7 +36,7 @@ export const createBoilerOptions = (componentName: string, children: string[] | imports += "mapState, mapActions"; } else if (activeComp.state.length) imports += "mapState"; else imports += "mapActions"; - imports += ` } from "pinia";\nimport { /* store */} from '/* ./store */'`; // changed from 'vuex' pinia + imports += ` } from "pinia";\nimport { /* store */} from '/* ./store */'\n`; // changed from 'vuex' pinia } // if Typescript toggle is on, import defineComponent