Skip to content

Commit bd5c795

Browse files
authored
chore: format and fix typo (#5718)
1 parent 8aca1db commit bd5c795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
9090
? createFilter(/\.(j|t)sx?$/, /node_modules/)
9191
: createFilter(refTransform)
9292

93-
// compat for older verisons
93+
// compat for older versions
9494
const canUseRefTransform = typeof compiler.shouldTransformRef === 'function'
9595

9696
let options: ResolvedOptions = {

0 commit comments

Comments
 (0)