Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d4f9ac5

Browse files
Merge pull request #197 from open-source-labs/KCupdate
updated overvue naming + new line on options API
2 parents 515f22f + ee03f87 commit d4f9ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎electron-builder.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: com.electron.OverVue
2-
productName: OverVue 11.0
2+
productName: OverVue
33
directories:
44
app: "./dist/electron/UnPackaged"
55
mac:

‎src/components/right-sidebar/createBoilerFuncs.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const createBoilerOptions = (componentName: string, children: string[] |
3636
imports += "mapState, mapActions";
3737
} else if (activeComp.state.length) imports += "mapState";
3838
else imports += "mapActions";
39-
imports += ` } from "pinia";\nimport { /* store */} from '/* ./store */'`; // changed from 'vuex' pinia
39+
imports += ` } from "pinia";\nimport { /* store */} from '/* ./store */'\n`; // changed from 'vuex' pinia
4040
}
4141

4242
// if Typescript toggle is on, import defineComponent

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /