Skip to content

Commit

Permalink
chore: format and fix typo (#5718)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Nov 17, 2021
1 parent 8aca1db commit bd5c795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
? createFilter(/\.(j|t)sx?$/, /node_modules/)
: createFilter(refTransform)

// compat for older verisons
// compat for older versions
const canUseRefTransform = typeof compiler.shouldTransformRef === 'function'

let options: ResolvedOptions = {
Expand Down

0 comments on commit bd5c795

Please sign in to comment.