volksbright / document-standard-vue

[印记中文](https://docschina.org/) - Vue.js 中文文档
https://vue.docschina.org/
Creative Commons Attribution 4.0 International
225 stars 150 forks source link

Vue.js does not support the date type Symbol #337

Closed water-law closed 7 years ago

water-law commented 7 years ago

when using Passing-Data-with-Props https://vuejs.org/v2/guide/components.html#Passing-Data-with-Props, I found that when I using <child-component :prop="symbol()" @add="count"> </child-component> in the parent component, I meet an error:[Vue warn]: Property or method "Symbol" is not defined