chore: typo "depdendency" (#2920)

This commit is contained in:
Bruno P. Kinoshita 2020-12-31 23:15:57 +13:00 committed by GitHub
parent a2e65ef853
commit ee266af42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ function createRecord(
warn(
`HMR API usage is out of date.\n` +
`Please upgrade vue-loader/vite/rollup-plugin-vue or other relevant ` +
`depdendency that handles Vue SFC compilation.`
`dependency that handles Vue SFC compilation.`
)
component = {}
}