Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 20, 2025
1 parent bce562f commit ece9d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__snapshots__/vue3.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ _createVNode("input", {
`;

exports[`Vue 3 > custom options 2`] = `
"import _transformOn from "@vue/babel-helper-vue-transform-on";
import { createVNode as _createVNode } from "vue";
"import { createVNode as _createVNode } from "vue";
import _transformOn from "@vue/babel-helper-vue-transform-on";
_createVNode("input", _transformOn({
click: a
}), null);"
Expand Down

0 comments on commit ece9d79

Please sign in to comment.