diff --git a/components/story/create/storyForm.vue b/components/story/create/storyForm.vue index 749b356..ce36ef8 100644 --- a/components/story/create/storyForm.vue +++ b/components/story/create/storyForm.vue @@ -3,6 +3,7 @@ import { v4 } from "uuid"; import lmove from "lodash-move"; import { Field, FieldArray, useForm, useFieldArray } from "vee-validate"; + import { ASpin } from "#components"; import { storySchema } from "@client/storyFormSchema"; import { FormStory, defaultChapter } from "@client/types/form/story"; import { autoEdit, autoSave, debouncedAutoEdit, debouncedAutoSave } from "@client/utils"; @@ -112,7 +113,7 @@ - +
@@ -151,6 +152,11 @@
+