Skip to content

Commit

Permalink
chore: update sponsors [ci skip] (vuejs#11435)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpawelski committed Jun 4, 2020
1 parent 98b4d68 commit 5ac7f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vdom/create-element.js
Expand Up @@ -74,7 +74,7 @@ export function _createElement (
if (!__WEEX__ || !('@binding' in data.key)) {
warn(
'Avoid using non-primitive value as key, ' +
'use string/number value instead.',
'use string/number/symbol/boolean value instead.',
context
)
}
Expand Down

0 comments on commit 5ac7f94

Please sign in to comment.