Browse Source

Fix typo in util/debug (#3032)

dev
Eduardo San Martin Morote 9 years ago
committed by Evan You
parent
commit
170acc4f69
  1. 2
      src/core/util/debug.js

2
src/core/util/debug.js

@ -15,7 +15,7 @@ if (process.env.NODE_ENV !== 'production') {
formatComponentName = vm => {
if (vm.$root === vm) {
return ' (found in root instnace)'
return ' (found in root instance)'
}
const name = vm._isVue
? vm.$options.name || vm.$options._componentTag

Loading…
Cancel
Save