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

This commit is contained in:
YuLe 2020-03-30 17:44:33 +08:00 committed by GitHub
parent a59e05c2ff
commit e68f83d0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
//