Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 22, 2023
1 parent 835c37f commit 44f6de7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
const DOCX = useDOCXStore()
const tranformer = useTransformer()
const transformer = useTransformer()
const { t } = useI18n()
const type = computed(() => tranformer.docx().flowItem(item.type, 'getter'))
const type = computed(() => transformer.docx().flowItem(item.type, 'getter'))
const remove = () => {
DOCX.flow.splice(index, 1)
Expand Down

0 comments on commit 44f6de7

Please sign in to comment.