Vue 调色板

Vue调色板.gif



注意注意 v-model 绑定,一旦使用了 v-model 操作了变量,那么变量就变成了字符串。

v-model变成了字符串

解决办法很简单只需要:v-model.number 字符串就成了数组。

你可能感兴趣的:(Vue 调色板)