mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 21:38:11 +08:00
Prefix all type imports with the 'type' keyword where appropriate
This commit is contained in:
@@ -27,17 +27,17 @@ import Workspace from "@/components/window/workspace/Workspace.vue";
|
||||
export type ApplicationPlatform = "Windows" | "Mac" | "Linux" | "Web";
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
LayoutCol,
|
||||
TitleBar,
|
||||
Workspace,
|
||||
StatusBar,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
platform: "Web" as ApplicationPlatform,
|
||||
maximized: true,
|
||||
};
|
||||
},
|
||||
components: {
|
||||
LayoutCol,
|
||||
StatusBar,
|
||||
TitleBar,
|
||||
Workspace,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user