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 7f6c889 commit 2f520baCopy full SHA for 2f520ba
src/core/instance/state.js
@@ -58,7 +58,7 @@ function initProps (vm: Component, propsOptions: Object) {
58
const propsData = vm.$options.propsData || {}
59
const props = vm._props = {}
60
// cache prop keys so that future props updates can iterate using Array
61
- // instead of dyanmic object key enumeration.
+ // instead of dynamic object key enumeration.
62
const keys = vm.$options._propKeys = []
63
const isRoot = !vm.$parent
64
// root instance props should be converted
0 commit comments