Переглянути джерело

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

YuLe 6 роки тому
батько
коміт
e68f83d0b5
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/core/instance/render-helpers/bind-dynamic-keys.js

+ 1 - 1
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:
 //
 //