Browse Source

chore: fix typo in `bind-dynamic-keys.js` comment (#11262)

dev
YuLe 5 years ago
committed by GitHub
parent
commit
e68f83d0b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/instance/render-helpers/bind-dynamic-keys.js

2
src/core/instance/render-helpers/bind-dynamic-keys.js

@ -3,7 +3,7 @@
// helper to process dynamic keys for dynamic arguments in v-bind and v-on.
// For example, the following template:
//
// <div id="foo" :[key]="value">
// <div id="app" :[key]="value">
//
// compiles to the following:
//

Loading…
Cancel
Save