We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3c4ef commit 87c58fbCopy full SHA for 87c58fb
src/create-local-vue.js
@@ -23,7 +23,7 @@ function createLocalVue (): Component {
23
instance.config.errorHandler = errorHandler
24
25
// option merge strategies need to be exposed by reference
26
- // so that merge strats registered by plguins can work properly
+ // so that merge strats registered by plugins can work properly
27
instance.config.optionMergeStrategies = Vue.config.optionMergeStrategies
28
29
// make sure all extends are based on this instance.
0 commit comments