mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 15:58:11 +08:00
@@ -196,10 +196,12 @@ img {
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
import MainWindow from "./components/window/MainWindow.vue";
|
||||
import LayoutRow from "./components/layout/LayoutRow.vue";
|
||||
import fullscreen from "@/utilities/fullscreen";
|
||||
import MainWindow from "@/components/window/MainWindow.vue";
|
||||
import LayoutRow from "@/components/layout/LayoutRow.vue";
|
||||
|
||||
export default defineComponent({
|
||||
provide: { fullscreen },
|
||||
data() {
|
||||
return {
|
||||
showUnsupportedModal: !("BigInt64Array" in window),
|
||||
|
||||
Reference in New Issue
Block a user