Vue: data 中的值如何绑定多种数据类型

Created on 21 Jul 2017  ·  2Comments  ·  Source: vuejs/vue

Version

2.4.2

Reproduction link

https://jsfiddle.net/QinFeiFei/0vqqrjc3/3/

Steps to reproduce

字符串转为数组不报错,数组再转为字符串就赋值失败了。

What is expected?

..

What is actually happening?

...


...

Most helpful comment

You used the same method on both buttons (check the @click value in your html)

All 2 comments

我期望的效果是数组-字符串-对象可以自由转换

You used the same method on both buttons (check the @click value in your html)

Was this page helpful?
0 / 5 - 0 ratings