Skip to content

Commit b03dd41

Browse files
committed
removed export files; added state for Typescript export; added checkbox to nav bar
1 parent a62148d commit b03dd41

File tree

5 files changed

+7
-58
lines changed

5 files changed

+7
-58
lines changed

TestExport/Test.vue

Lines changed: 0 additions & 19 deletions
This file was deleted.

TestExport2/Test.vue

Lines changed: 0 additions & 19 deletions
This file was deleted.

TestExport3/Test.vue

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/layouts/MyLayout.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Description:
1717
></i>
1818
</q-btn>
1919
<q-toolbar-title> OverVue </q-toolbar-title>
20+
<label for="typescript" style="margin-right: 10px;">
21+
<input type="checkbox" name="typescript" id="typescript" />
22+
Use Typescript
23+
</label>
2024
<SlackLoginWindow />
2125
<div></div>
2226
<i

src/store/state/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ const newState = {
5454
// for storing copied component
5555
copiedComponent: {},
5656
copyNumber: 0,
57-
pastedComponent: {}
57+
pastedComponent: {},
58+
59+
exportAsTypescript: false,
5860
}
5961

6062
// closured method to ensure we only ever write the default state ONCE

0 commit comments

Comments
 (0)