Skip to content

Commit 168a17a

Browse files
committed
chore: update snapshot
1 parent ef5b731 commit 168a17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/__tests__/__snapshots__/compileScriptRefTransform.spec.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ return { foo, a, b, c, d }
4545
exports[`sfc ref transform usage /w typescript 1`] = `
4646
"import { ref as _ref, defineComponent as _defineComponent } from 'vue'
4747
48-
export default _defineComponent({
48+
export default /*#__PURE__*/_defineComponent({
4949
setup(__props, { expose }) {
5050
expose()
5151

0 commit comments

Comments
 (0)