Skip to content

Commit

Permalink
Merge pull request #197 from open-source-labs/KCupdate
Browse files Browse the repository at this point in the history
updated overvue naming + new line on options API
  • Loading branch information
Kelementz916 authored Mar 29, 2024
2 parents 515f22f + ee03f87 commit d4f9ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: com.electron.OverVue
productName: OverVue 11.0
productName: OverVue
directories:
app: "./dist/electron/UnPackaged"
mac:
Expand Down
2 changes: 1 addition & 1 deletion src/components/right-sidebar/createBoilerFuncs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f9ac5

Please sign in to comment.