YuLe
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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.
|
|
|
// helper to process dynamic keys for dynamic arguments in v-bind and v-on.
|
|
|
// For example, the following template:
|
|
|
// For example, the following template:
|
|
|
//
|
|
|
//
|
|
|
// <div id="foo" :[key]="value">
|
|
|
// <div id="app" :[key]="value">
|
|
|
//
|
|
|
//
|
|
|
// compiles to the following:
|
|
|
// compiles to the following:
|
|
|
//
|
|
|
//
|
|
|