Skip to content

Commit

Permalink
fix(website): add missing type binding
Browse files Browse the repository at this point in the history
  • Loading branch information
mytlogos committed Dec 11, 2021
1 parent 5e3411a commit 7086cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/website/src/components/customHook/value-transfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ export default defineComponent({
} else {
// @ts-expect-error
result.html = newValue.html;
// @ts-expect-error
result.type = newValue.type;
if (newValue.use === "regex") {
// @ts-expect-error
Expand Down

0 comments on commit 7086cd7

Please sign in to comment.