We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4dc25 commit afab468Copy full SHA for afab468
src/components/nav-buttons/ExportMenu.vue
@@ -44,6 +44,7 @@ import {
44
} from "../../../types";
45
46
const store = useStore();
47
+// @ts-ignore
48
const { ipcRenderer } = window;
49
50
const componentMap = computed(() => store.componentMap);
src/components/nav-buttons/ImportMenu.vue
@@ -33,6 +33,7 @@ import ImportComponent from "../left-sidebar/ComponentTab/ImportComponent.vue";
33
import { Component } from "../../../types";
34
import * as fs from "fs";
35
const Mousetrap = require("mousetrap");
36
37
38
39
0 commit comments