We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b4d68 commit 94060b2Copy full SHA for 94060b2
src/core/vdom/create-element.js
@@ -74,7 +74,7 @@ export function _createElement (
74
if (!__WEEX__ || !('@binding' in data.key)) {
75
warn(
76
'Avoid using non-primitive value as key, ' +
77
- 'use string/number value instead.',
+ 'use string/number/symbol/boolean value instead.',
78
context
79
)
80
}
0 commit comments