Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 3a77154

Browse files
committed
chore: fix typo
1 parent d1d6fdf commit 3a77154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/transformSfcRefSugar.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { shouldTransform, transformAST } from '@vue/ref-transform'
22
import MagicString from 'magic-string'
3-
import babelParser from '@babel/parser'
4-
import babelCore from '@babel/core'
3+
import * as babelParser from '@babel/parser'
4+
import * as babelCore from '@babel/core'
55
import type { ParsedSFC, ResolvedOptions } from '../types'
66

77
const { types: t } = babelCore

0 commit comments

Comments
 (0)