mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 13:58:13 +08:00
Fix all remaining Vue/TS errors flagged in Volar
This commit is contained in:
@@ -152,8 +152,7 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent, PropType } from "vue";
|
||||
|
||||
export type IncrementBehavior = "Add" | "Multiply" | "Callback" | "None";
|
||||
export type IncrementDirection = "Decrease" | "Increase";
|
||||
import { IncrementBehavior, IncrementDirection } from "@/utilities/widgets";
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user