Skip to content

Commit afab468

Browse files
committed
fix type errors in exportmenu and importmenu
1 parent 4a4dc25 commit afab468

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/nav-buttons/ExportMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import {
4444
} from "../../../types";
4545
4646
const store = useStore();
47+
// @ts-ignore
4748
const { ipcRenderer } = window;
4849
4950
const componentMap = computed(() => store.componentMap);

src/components/nav-buttons/ImportMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import ImportComponent from "../left-sidebar/ComponentTab/ImportComponent.vue";
3333
import { Component } from "../../../types";
3434
import * as fs from "fs";
3535
const Mousetrap = require("mousetrap");
36+
// @ts-ignore
3637
const { ipcRenderer } = window;
3738
3839
const store = useStore();

0 commit comments

Comments
 (0)